From e0111d2c8765e59038f5a104a24006170c1a6b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 24 Feb 2023 11:04:30 +0100 Subject: [PATCH] treesitter: changed incremental selection keybinds --- lua/plugins/treesitter.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 91b4556..72cf06f 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -24,10 +24,10 @@ return { incremental_selection = { enable = true, keymaps = { - init_selection = '', - node_incremental = '', - scope_incremental = '', - node_decremental = '', + init_selection = '', + node_incremental = '', + scope_incremental = '', + node_decremental = '', }, }, -- refactor