From 7b5df96bd374ac0feb86272c0f6fceb5e6177039 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 May 2024 22:20:31 +0900 Subject: feat(packs/treesitter)!: m->f on move keybinds --- fnl/nvrc/packs/treesitter.fnl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fnl/nvrc/packs/treesitter.fnl b/fnl/nvrc/packs/treesitter.fnl index 4cd5e55..6537532 100644 --- a/fnl/nvrc/packs/treesitter.fnl +++ b/fnl/nvrc/packs/treesitter.fnl @@ -41,12 +41,12 @@ : "@function.outer"}} :move {:enable true :set_jumps true - :goto_next_start {"]m" "@function.outer" + :goto_next_start {"]f" "@function.outer" "][" "@class.outer"} - :goto_next_end {"]M" "@function.outer" + :goto_next_end {"]F" "@function.outer" "]]" "@class.outer"} - :goto_previous_start {"[m" "@function.outer" + :goto_previous_start {"[f" "@function.outer" "[[" "@class.outer"} - :goto_previous_end {"[M" "@function.outer" + :goto_previous_end {"[F" "@function.outer" "[]" "@class.outer"}}} :indent {:enable true}}) -- cgit 1.4.1