From 3b95214e8b223a1ed5fda57f0e91e4ae68f1f2eb Mon Sep 17 00:00:00 2001 From: mace Date: Tue, 2 Jan 2024 19:04:06 +0100 Subject: [PATCH] changed keymap for easymotion search --- lua/custom/keymaps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/keymaps.lua b/lua/custom/keymaps.lua index 7abd8f7..1bed0a8 100644 --- a/lua/custom/keymaps.lua +++ b/lua/custom/keymaps.lua @@ -57,7 +57,7 @@ keymap.set('n', '', 'ToggleTerm direction=horizontal', { silent = -- easymotion keymap.set('n', 'f', '(easymotion-prefix)', { silent = true }) -keymap.set('n', 'fs', '(easymotion-overwin-f2)', { silent = true }) +keymap.set('n', 'fs', '(easymotion-sn)', { silent = true }) -- Telescope history keymap.set('n', 'fh', 'Telescope file_history history', { silent = true })