diff options
Diffstat (limited to 'fnl/nvrc/keymaps.fnl')
-rw-r--r-- | fnl/nvrc/keymaps.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl index 15bb6e8..76d2f30 100644 --- a/fnl/nvrc/keymaps.fnl +++ b/fnl/nvrc/keymaps.fnl @@ -23,6 +23,8 @@ (map! [n :silent] :<leader>sl ":set nu! | :set rnu! <cr>") (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>/ ((. (. (. (require :Comment.api) :toggle) :linewise) |