diff options
-rw-r--r-- | fnl/plugins/editor/treesitter.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/plugins/editor/treesitter.fnl b/fnl/plugins/editor/treesitter.fnl index 1c85ea4..02e781f 100644 --- a/fnl/plugins/editor/treesitter.fnl +++ b/fnl/plugins/editor/treesitter.fnl @@ -31,7 +31,9 @@ :playground {:enable true} :textobjects {:select {:enable true :lookahead true - :keymaps {:af "@function.outer" + :keymaps {:aa "@parameter.outer" + :ia "@parameter.inner" + :af "@function.outer" :if "@function.inner" :ac "@class.outer" :ic {:query "@class.inner" |