about summary refs log tree commit diff
path: root/fnl/nvrc/keymaps.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-18 20:06:51 +0900
committersefidel <contact@sefidel.net>2022-03-18 20:06:51 +0900
commit6b3de05ac0bc1193a68436797c317fd0fc18f3e7 (patch)
treec25a34a4bc56d84ade73756f838ee176e6297610 /fnl/nvrc/keymaps.fnl
parent5a8773ccc2d2551d7ab97e35e40962747eec6952 (diff)
downloadnvimrc-6b3de05ac0bc1193a68436797c317fd0fc18f3e7.tar.gz
nvimrc-6b3de05ac0bc1193a68436797c317fd0fc18f3e7.zip
feat(keymaps)!: reserve 'g' for git ops
Diffstat (limited to 'fnl/nvrc/keymaps.fnl')
-rw-r--r--fnl/nvrc/keymaps.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl
index c7c41b8..907d478 100644
--- a/fnl/nvrc/keymaps.fnl
+++ b/fnl/nvrc/keymaps.fnl
@@ -27,6 +27,6 @@
 (map! [n] :s :<plug>Lightspeed_omni_s)
 (map! [n] :gs :<plug>Lightspeed_omni_gs)
 
-(map! [n :silent] :<leader>t ":TZAtaraxis <cr>")
+(map! [n :silent] :<leader>u ":TZAtaraxis <cr>")
 
-(map! [n :silent] :<leader>g ((. (require :lir.float) :toggle)))
+(map! [n :silent] :<leader>t ((. (require :lir.float) :toggle)))