From 8640e0af3a0411ca37a85a07788a381850f832ed Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 13 Aug 2023 01:24:47 +0900 Subject: feat(keymaps): sync keymaps with hx --- fnl/nvrc/keymaps.fnl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fnl/nvrc/keymaps.fnl') diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl index a8ee005..0e263cb 100644 --- a/fnl/nvrc/keymaps.fnl +++ b/fnl/nvrc/keymaps.fnl @@ -7,14 +7,15 @@ (map! [n] ";" ":") -(map! [n :silent] :e ":bprev ") -(map! [n :silent] :r ":bnext ") -(map! [n :silent] :w ":enew ") +(map! [n :silent] :q ":bprev ") +(map! [n :silent] :e ":bnext ") +(map! [n :silent] :o ":enew ") (map! [n :silent] :a ":tabnew ") (map! [n :silent] :s ":set nu! | :set rnu! ") (map! [n :silent] :d ":buffers ") (map! [n :silent] :ya ":%y+ ") -(map! [n :silent] :q ":bd ") +(map! [n :silent] :u ":bd ") +(map! [n] :c ":SwitchPalette ") (map! [n :silent] :/ ((. (. (. (require :Comment.api) :toggle) :linewise) :current))) -- cgit 1.4.1