Fix s-/ for non-evil users
This commit is contained in:
parent
6b327dfcca
commit
c649401a92
1 changed files with 3 additions and 2 deletions
|
@ -263,7 +263,8 @@
|
||||||
"s--" #'doom/decrease-font-size
|
"s--" #'doom/decrease-font-size
|
||||||
;; Conventional text-editing keys & motions
|
;; Conventional text-editing keys & motions
|
||||||
"s-a" #'mark-whole-buffer
|
"s-a" #'mark-whole-buffer
|
||||||
:gn "s-/" #'evilnc-comment-or-uncomment-lines
|
"s-/" (λ! (save-excursion (comment-line 1)))
|
||||||
|
:n "s-/" #'evilnc-comment-or-uncomment-lines
|
||||||
:v "s-/" #'evilnc-comment-operator
|
:v "s-/" #'evilnc-comment-operator
|
||||||
:gi [s-backspace] #'doom/backward-kill-to-bol-and-indent
|
:gi [s-backspace] #'doom/backward-kill-to-bol-and-indent
|
||||||
:gi [s-left] #'doom/backward-to-bol-or-indent
|
:gi [s-left] #'doom/backward-to-bol-or-indent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue