diff options
Diffstat (limited to 'fnl')
-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 76d2f30..e8838c2 100644 --- a/fnl/nvrc/keymaps.fnl +++ b/fnl/nvrc/keymaps.fnl @@ -25,6 +25,7 @@ (map! [n] :<leader>si (vim.lsp.inlay_hint.enable (not (vim.lsp.inlay_hint.is_enabled)))) (map! [n] :<leader>sb ((. (require :gitsigns) :toggle_current_line_blame))) (map! [n] :<leader>sc ((. (require :gitsigns) :blame_line) {:full true})) +(map! [n :silent] :<leader>sd ":Gvdiffsplit<cr>") (map! [n :silent] :<leader>/ ((. (. (. (require :Comment.api) :toggle) :linewise) |