Remove doom/toggle-comment-region-or-line
Replaced with simpler keybinds.
This commit is contained in:
parent
e56a9580d7
commit
afae6e4f1d
2 changed files with 3 additions and 12 deletions
|
@ -167,7 +167,9 @@
|
|||
"s--" #'text-scale-decrease
|
||||
;; Conventional text-editing keys & motions
|
||||
"s-a" #'mark-whole-buffer
|
||||
"s-/" #'doom/toggle-comment-region-or-line
|
||||
:g "s-/" (λ! (save-excursion (comment-line 1)))
|
||||
:n "s-/" #'evil-commentary-line
|
||||
:v "s-/" #'evil-commentary
|
||||
:gni [s-return] #'+default/newline-below
|
||||
:gni [s-S-return] #'+default/newline-above
|
||||
:gi [s-backspace] #'doom/backward-kill-to-bol-and-indent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue