about summary refs log tree commit diff
path: root/fnl/nvrc
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc')
-rw-r--r--fnl/nvrc/keymaps.fnl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl
index c3bf6c0..7871cd3 100644
--- a/fnl/nvrc/keymaps.fnl
+++ b/fnl/nvrc/keymaps.fnl
@@ -13,11 +13,11 @@
       ":lua require('Comment.api').toggle_linewise_op(vim.fn.visualmode()) <cr>")
 
 (map! [n :silent] :<leader>ff ":FzfLua files <cr>")
-(map! [n :silent] :<leader>fc ":FzfLua grep <cr>")
-(map! [n :silent] :<leader>fs ":FzfLua live_grep <cr>")
+(map! [n :silent] :<leader>fd ":FzfLua grep <cr>")
+(map! [n :silent] :<leader>fl ":FzfLua live_grep <cr>")
 (map! [n :silent] :<leader>fb ":FzfLua buffers <cr>")
 (map! [n :silent] :<leader>fg ":FzfLua git_commits <cr>")
-(map! [n :silent] :<leader>fs ":FzfLua git_status <cr>")
+(map! [n :silent] :<leader>fh ":FzfLua git_status <cr>")
 
 (map! [n] :f :<plug>Lightspeed_f)
 (map! [n] :F :<plug>Lightspeed_F)