From 71cdf5f7b87b89227501946427ad75d243d65e49 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 2 Jun 2024 16:19:30 +0900 Subject: feat(keymaps): add split diff view keymap --- fnl/nvrc/keymaps.fnl | 1 + 1 file changed, 1 insertion(+) (limited to 'fnl/nvrc') 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] :si (vim.lsp.inlay_hint.enable (not (vim.lsp.inlay_hint.is_enabled)))) (map! [n] :sb ((. (require :gitsigns) :toggle_current_line_blame))) (map! [n] :sc ((. (require :gitsigns) :blame_line) {:full true})) +(map! [n :silent] :sd ":Gvdiffsplit") (map! [n :silent] :/ ((. (. (. (require :Comment.api) :toggle) :linewise) -- cgit 1.4.1