-
|
Hello! Screen.Recording.2025-12-05.at.11.23.22.mov |
Beta Was this translation helpful? Give feedback.
Answered by
binhtddev
Jan 3, 2026
Replies: 1 comment
-
|
Hi @tobbbe, you can just use local function shrink_expand_selection()
require("flash").treesitter({
actions = {
["<a-o>"] = "next",
["<a-i>"] = "prev",
},
labels = "",
})
end |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tobbbe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tobbbe, you can just use
labels = ""to disable the label feature. I used this to expand/shrink the selection based on treesitter: