From: Samir Benmendil Date: Tue, 2 May 2023 09:34:02 +0000 (+0100) Subject: nvim/editor: disable ff for telescope X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d181ca3fb799aec4198eb9661fea45030d86ef6b?hp=4ff0f8e91ba57d1c6bcab470ae41ae152dfee814 nvim/editor: disable ff for telescope It's already muscle memory mapped to fswitch. --- diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index 7f30842..d1871fc 100644 --- a/nvim/lua/plugins/editor.lua +++ b/nvim/lua/plugins/editor.lua @@ -6,6 +6,7 @@ return { { "", false }, { "gc", false }, { "gs", false }, + { "ff", false }, -- fswitch }, }, {