diff options
-rw-r--r-- | fnl/nvrc/keymaps.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl index bfcc8bf..21d83b0 100644 --- a/fnl/nvrc/keymaps.fnl +++ b/fnl/nvrc/keymaps.fnl @@ -14,6 +14,7 @@ (map! [n :silent] :<leader>s ":set nu! | :set rnu! <cr>") (map! [n :silent] :<leader>d ":buffers <cr>") (map! [n :silent] :<leader>ya ":%y+ <cr>") +(map! [n :silent] :<leader>z ":bd <cr>") (map! [n :silent] :<leader>/ ((. (. (. (require :Comment.api) :toggle) :linewise) :current))) |