From f14829e9b35050af6cae3a675de624efd521444b Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Mon, 14 Apr 2025 19:00:42 -0400 Subject: fzf pilled --- modules/neovim/nvim/lua/config/keybinds.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/neovim/nvim/lua/config/keybinds.lua') diff --git a/modules/neovim/nvim/lua/config/keybinds.lua b/modules/neovim/nvim/lua/config/keybinds.lua index 690a4d8..043f921 100644 --- a/modules/neovim/nvim/lua/config/keybinds.lua +++ b/modules/neovim/nvim/lua/config/keybinds.lua @@ -38,7 +38,12 @@ nmap('wn', '', { desc = "Focus window below the current one" } nmap('we', '', { desc = "Focus window above the current one" }) nmap('wi', '', { desc = "Focus window right of the current one" }) -nmap('fo', 'Telescope find_files', { silent = true }) +-- nmap('fo', 'Telescope find_files', { silent = true }) +nmap('fo', 'FzfLua files', { silent = true }) +-- nmap('fe', 'lua require("oil").open(nil, { preview = { split = "aboveleft" } })', { silent = true }) +nmap('fe', 'lua require("oil").toggle_float()', { silent = true }) + nmap('?', 'Telescope live_grep', { silent = true }) nmap('to', 'te', { silent = true; desc = "Open a terminal buffer in the current window." }) + -- cgit v1.2.3