mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-28 10:04:44 +00:00
help/keybindings: document CutLine behavior
This commit is contained in:
parent
68d6f43c63
commit
bf6584739f
1 changed files with 8 additions and 0 deletions
|
|
@ -274,6 +274,14 @@ Autocomplete
|
|||
The `StartOfTextToggle` and `SelectToStartOfTextToggle` actions toggle between
|
||||
jumping to the start of the text (first) and start of the line.
|
||||
|
||||
The `CutLine` action cuts the current line and adds it to the previously cut
|
||||
lines in the clipboard since the last paste (rather than just replaces the
|
||||
clipboard contents with this line). So you can cut multiple, not necessarily
|
||||
consecutive lines to the clipboard just by pressing `Ctrl-k` multiple times,
|
||||
without selecting them. If you want the more traditional behavior i.e. just
|
||||
rewrite the clipboard every time, you can use `CopyLine,DeleteLine` action
|
||||
instead of `CutLine`.
|
||||
|
||||
You can also bind some mouse actions (these must be bound to mouse buttons)
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue