From d0ea7c50a0de0754397b724f1636fc92a60c8c14 Mon Sep 17 00:00:00 2001 From: mace Date: Wed, 6 May 2026 19:53:03 +0200 Subject: [PATCH] gl mapping --- 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 3d96628..df13108 100644 --- a/lua/custom/keymaps.lua +++ b/lua/custom/keymaps.lua @@ -66,7 +66,7 @@ keymap.set('n', '', 'ToggleTerm direction=horizontal', { silent = keymap.set('n', 'f', '(easymotion-prefix)', { silent = true }) keymap.set('n', 'fs', '(easymotion-sn)', { silent = true }) keymap.set('n', 'w', '(easymotion-overwin-f2)', { silent = true }) -keymap.set('n', 'gl', '(easymotion-sl)', { silent = true }) +keymap.set('n', 'gl', '(easymotion-sl)', { silent = true }) vim.g.EasyMotion_smartcase = 1