summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-15 00:43:31 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-15 00:43:31 +0200
commitba01a60c246aff6cd7b7655f7edc563b9d47893a (patch)
tree0cb6c599091a391bfbd276e97429aecb4039a8ca /fnl/plugins
parentd31a92f003ff9ed183f7f7a8e5bac5c1778a2e23 (diff)
Update comment keys
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/comment.fnl10
1 files changed, 5 insertions, 5 deletions
diff --git a/fnl/plugins/comment.fnl b/fnl/plugins/comment.fnl
index ded75df..66abb33 100644
--- a/fnl/plugins/comment.fnl
+++ b/fnl/plugins/comment.fnl
@@ -1,21 +1,21 @@
;; Language aware commenting.
(local opts {:toggler {;; Line-comment toggle keymap
- :line :mpc
+ :line :mcc
;; Block-comment toggle keymap
:block :mbc}
;; LHS of operator-pending mappings in NORMAL and VISUAL mode
:opleader {;; Line-comment keymap
- :line :mp
+ :line :mc
;; Block-comment keymap
:block :mb}
;; LHS of extra mappings
:extra {;; Add comment on the line above
- :above :mpO
+ :above :mcO
;; Add comment on the line below
- :below :mpo
+ :below :mco
;; Add comment at the end of line
- :eol :mpA}})
+ :eol :mcA}})
(local user-cmds [[:CommentNormal
(lambda []