File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,14 @@ Autocomplete
274274The ` StartOfTextToggle ` and ` SelectToStartOfTextToggle ` actions toggle between
275275jumping to the start of the text (first) and start of the line.
276276
277+ The ` CutLine ` action cuts the current line and adds it to the previously cut
278+ lines in the clipboard since the last paste (rather than just replaces the
279+ clipboard contents with this line). So you can cut multiple, not necessarily
280+ consecutive lines to the clipboard just by pressing ` Ctrl-k ` multiple times,
281+ without selecting them. If you want the more traditional behavior i.e. just
282+ rewrite the clipboard every time, you can use ` CopyLine,DeleteLine ` action
283+ instead of ` CutLine ` .
284+
277285You can also bind some mouse actions (these must be bound to mouse buttons)
278286
279287```
You can’t perform that action at this time.
0 commit comments