nvim-mapper
nvim-mapper copied to clipboard
Additional Info Question
Given the following definition
Mapper.map_virtual("o", "af", "", {}, "Navigation", "treesitter_function_outer", "Function outer motion")
In the last part:
"Navigation", "treesitter_function_outer", "Function outer motion"
What is the middle qoutation section, treesitter_function_outer
? I see that the first string is for a category and the last is the action mapped to the key but what is the 2nd ty.