From d181ca3fb799aec4198eb9661fea45030d86ef6b Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 2 May 2023 10:34:02 +0100 Subject: [PATCH] nvim/editor: disable ff for telescope It's already muscle memory mapped to fswitch. --- nvim/lua/plugins/editor.lua | 1 + 1 file changed, 1 insertion(+) 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 }, }, { -- 2.48.1