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/aeb0fcc4836a91549f1dc7a343181abe2ca861b0 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 }, }, {