mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 05:36:10 +00:00
Add 'cut' command and key binding
This commit is contained in:
@@ -2,6 +2,9 @@ keybindings:
|
||||
- keybinding: "Ctrl-Q"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "quit"
|
||||
- keybinding: "Ctrl-X"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "cut"
|
||||
- keybinding: "Ctrl-C"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "copy"
|
||||
|
||||
Reference in New Issue
Block a user