Whitespace selection #632
-
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.
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.
-
For now i just use this code:
|
Beta Was this translation helpful? Give feedback.
For now i just use this code: