Whitespace selection #632
Unanswered
Doodler8888
asked this question in
Q&A
Replies: 2 comments
-
I get that i can do a custom function myself or whatnot. I'm curious if there is a built-in way to do such thing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For now i just use this code:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this line:
export PATH="$HOME/.nimble/bin:$HOME/.cargo/bin:$HOME/go/bin"
My cursor on the path definition PATH="$HOME/.nimble/bin:$HOME/.cargo/bin:$HOME/go/bin". And i want to select everything delimited by the whitespaces. I try to use 'meow-mark-symbol' and 'meow-bounds-of-thing' with the 'symbol' parameter, but it just selects only part of the PATH="$HOME/.nimble/bin:$HOME/.cargo/bin:$HOME/go/bin". What am i suppose to do?
Beta Was this translation helpful? Give feedback.
All reactions