aboutsummaryrefslogtreecommitdiff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/treesitter.fnl8
1 files changed, 6 insertions, 2 deletions
diff --git a/fnl/nvrc/packs/treesitter.fnl b/fnl/nvrc/packs/treesitter.fnl
index 6537532..5f85058 100644
--- a/fnl/nvrc/packs/treesitter.fnl
+++ b/fnl/nvrc/packs/treesitter.fnl
@@ -36,9 +36,13 @@
:im "@call.inner"}}
:swap {:enable true
:swap_next {:<M-l> "@parameter.inner"
- :<M-j> "@function.outer"}
+ :<M-f> "@parameter.inner"
+ :<M-j> "@function.outer"
+ :<M-s> "@function.outer"}
:swap_previous {:<M-h> "@parameter.inner"
- :<M-k> "@function.outer"}}
+ :<M-a> "@parameter.inner"
+ :<M-k> "@function.outer"
+ :<M-d> "@function.outer"}}
:move {:enable true
:set_jumps true
:goto_next_start {"]f" "@function.outer"