Select line from first non whitespace char to end #2503
-
I'm looking for some way to extend the selection to the line bounds (like the current x / X) but starting at the first non-whitespace character. Is it currently possible to bind a key that does that? I'm trying to get a similar behavior to vim's Shift C. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This might not work quite the same but you can extend to line bounds with X and then trim the whitespace from the ends of the selection with _ |
Beta Was this translation helpful? Give feedback.
-
In case trimming the trailing whitespace wasn't desirable in this case, |
Beta Was this translation helpful? Give feedback.
This might not work quite the same but you can extend to line bounds with X and then trim the whitespace from the ends of the selection with _