From 4a00e5495e01f4a69b39a053ea00e16e13a96d70 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 18 Feb 2022 20:38:57 +0900 Subject: feat(keybinds)!: fix conflicting keymaps --- fnl/nvrc/keymaps.fnl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fnl/nvrc/keymaps.fnl') 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()) ") (map! [n :silent] :ff ":FzfLua files ") -(map! [n :silent] :fc ":FzfLua grep ") -(map! [n :silent] :fs ":FzfLua live_grep ") +(map! [n :silent] :fd ":FzfLua grep ") +(map! [n :silent] :fl ":FzfLua live_grep ") (map! [n :silent] :fb ":FzfLua buffers ") (map! [n :silent] :fg ":FzfLua git_commits ") -(map! [n :silent] :fs ":FzfLua git_status ") +(map! [n :silent] :fh ":FzfLua git_status ") (map! [n] :f :Lightspeed_f) (map! [n] :F :Lightspeed_F) -- cgit 1.4.1