How to keymap "X" to "unselect_line_above"? #11389
Answered
by
bogdanataffirm
HairlessVillager
asked this question in
Q&A
-
My expected behaivor is like "X" will not select the current line and move the cursor up, just like undo a previous "x" operation. I've tried a keymap: |
Beta Was this translation helpful? Give feedback.
Answered by
bogdanataffirm
Aug 6, 2024
Replies: 1 comment 1 reply
-
I have these 2 settings:
They work exactly as you want, with the added bonus that you can do that in reverse: you can start to select lines upwards (with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HairlessVillager
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have these 2 settings:
They work exactly as you want, with the added bonus that you can do that in reverse: you can start to select lines upwards (with
X
), then deselect them downwards (withx
).