Opposite of x
? ie how to shrink selection?
#9755
-
I was mashing I searched for "shrink" in the keymap since I had a feeling that was the right word, but those didn't seem to do it ( Helix has been great for quickly manipulating data, this case came up when I C&P'd a markdown table but it had a bunch of extra rows I wanted to delete. I also didn't find anything searching discussions |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
use selecet modes for that. |
Beta Was this translation helpful? Give feedback.
-
I shrink selections by using the commands select_line_below and select_line_above, which I find easier than what is available in the default key mapping. |
Beta Was this translation helpful? Give feedback.
-
(then |
Beta Was this translation helpful? Give feedback.
use selecet modes for that.
x
is just a shortcut for the common case of extending one line down. Mor complex selection manipulations is done by entering select mode and finsihgin withX