Skip to content

Commit

Permalink
feat(ts-textobj): add mappings for @parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Jint-lzxy <[email protected]>
  • Loading branch information
Jint-lzxy committed Jul 26, 2024
1 parent 39b165b commit 36be815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/modules/configs/editor/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ return vim.schedule_wrap(function()
enable = true,
lookahead = true,
keymaps = {
["aa"] = "@parameter.outer",
["ia"] = "@parameter.inner",
["af"] = "@function.outer",
["if"] = "@function.inner",
["ac"] = "@class.outer",
Expand Down

0 comments on commit 36be815

Please sign in to comment.