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