-
It is very frequent for me to want to delete a few lines together. For example, when editing a TOML file, {previous entry}
{blank line}
[editor]
mouse = false {cursor is here} I can delete the whole block with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
There is [keys.normal]
"X" = "extend_line_above" |
Beta Was this translation helpful? Give feedback.
There is
extend_line_above
, which isx
but going upwards. It's just that it isn't bound to any key by default. I myself have it bound toX