Add 'cut' command and key binding

This commit is contained in:
2025-06-16 14:14:18 +03:00
parent fe16b5c067
commit 3025fee2bb
4 changed files with 82 additions and 2 deletions
+3
View File
@@ -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"