aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua/custom/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/nvim/lua/custom/plugins')
-rw-r--r--home/.config/nvim/lua/custom/plugins/ts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/nvim/lua/custom/plugins/ts.lua b/home/.config/nvim/lua/custom/plugins/ts.lua
index 0b0d9f3..9bafc60 100644
--- a/home/.config/nvim/lua/custom/plugins/ts.lua
+++ b/home/.config/nvim/lua/custom/plugins/ts.lua
@@ -31,8 +31,8 @@ return {
desc = "Moves to the next node down that's indented further than the current node",
},
{
- "<cmd>Treewalker SwapUp<cr>",
"<s-a-k>",
+ "<cmd>Treewalker SwapUp<cr>",
silent = true,
desc = "Swaps the highest node on the line upwards in the document",
},