about summary refs log tree commit diff
path: root/fnl/nvrc/keymaps.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-25 18:57:05 +0900
committersefidel <contact@sefidel.net>2022-03-25 18:57:05 +0900
commita945cc0beaaa2fdefcaf1055b44e2ad2ef57f44b (patch)
tree63b577e9965d7e483e1efbd932439e471010fceb /fnl/nvrc/keymaps.fnl
parent63cf41dcef36a5cff42c7f2a1972dab03e40270a (diff)
downloadnvimrc-a945cc0beaaa2fdefcaf1055b44e2ad2ef57f44b.tar.gz
nvimrc-a945cc0beaaa2fdefcaf1055b44e2ad2ef57f44b.zip
feat(keymaps)!: lightspeed -> leap
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 5ab7407..959c15e 100644
--- a/fnl/nvrc/keymaps.fnl
+++ b/fnl/nvrc/keymaps.fnl
@@ -25,8 +25,8 @@
 (map! [n :silent] :<leader>fg ((. (require :fzf-lua) :git_commits)))
 (map! [n :silent] :<leader>fh ((. (require :fzf-lua) :git_status)))
 
-(map! [n] :t :<plug>Lightspeed_omni_s)
-(map! [n] :T :<plug>Lightspeed_omni_gs)
+(map! [n] :t "<plug>(leap-omni)")
+(map! [n] :T "<plug>(leap-cross-window)")
 
 (map! [n :silent] :<leader>t ":Dirvish<cr>")