From 076f5cc0ee647e8fe3e71e4d32a71ef5528ba4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 20 Feb 2023 22:58:29 +0100 Subject: [PATCH] treesitter: change incremental selection --- lua/plugins/treesitter.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 85594b4..91b4556 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -24,9 +24,9 @@ return { incremental_selection = { enable = true, keymaps = { - init_selection = '', - node_incremental = '', - scope_incremental = '', + init_selection = '', + node_incremental = '', + scope_incremental = '', node_decremental = '', }, },