about summary refs log tree commit diff
path: root/fnl/nvrc/keymaps.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-24 17:06:27 +0900
committersefidel <contact@sefidel.net>2022-03-24 17:06:27 +0900
commit63cf41dcef36a5cff42c7f2a1972dab03e40270a (patch)
treea44878c156c4d0f2ac55e840ad73e69e94196059 /fnl/nvrc/keymaps.fnl
parented7ba8d4d45277f4518459bbd8bbe2413ec67876 (diff)
downloadnvimrc-63cf41dcef36a5cff42c7f2a1972dab03e40270a.tar.gz
nvimrc-63cf41dcef36a5cff42c7f2a1972dab03e40270a.zip
feat(pack): use t/T for lightspeed
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 979482c..5ab7407 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] :s :<plug>Lightspeed_omni_s)
-(map! [n] :gs :<plug>Lightspeed_omni_gs)
+(map! [n] :t :<plug>Lightspeed_omni_s)
+(map! [n] :T :<plug>Lightspeed_omni_gs)
 
 (map! [n :silent] :<leader>t ":Dirvish<cr>")