aboutsummaryrefslogtreecommitdiff
path: root/fnl/nvrc
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-12 23:11:00 +0900
committersefidel <contact@sefidel.net>2024-05-12 23:11:00 +0900
commit589da8f56bf47437db3b564252287882b6d939bc (patch)
tree23d27a7c56fa87298d760b920a4a5f3a8920eaae /fnl/nvrc
parented3530012c025b856a87f84ba4ba77a3d3e735c8 (diff)
downloadnvimrc-main.zip
feat(packs/treesitter)!: replace asdf bindings with C-{er}HEADmain
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"