undo + ghostty

This commit is contained in:
pvincent
2026-08-10 09:01:09 +04:00
parent 98ef906bc1
commit 23fb713abf
5 changed files with 107 additions and 2 deletions
+7 -2
View File
@@ -29,15 +29,20 @@ set convert-meta off
# CTRL + { backspace, delete } for word suppressing
"\C-H": backward-kill-word
"\e[3;5~": kill-word
# ALT + { backspace, delete } for suppressing until start/end (faster)
# ALT + { backspace, delete } for suppressing until start/end (faster)
"\e[3;3~": kill-line
"\e\C-?": backward-kill-line
# ALT + { backspace, delete } for suppressing the whole line
# SHIFT + { backspace, delete } for suppressing the whole line
"\e[3;2~": kill-whole-line
"\e[127;2u": kill-whole-line
# { CTRL, ALT } + u for undo
"\eu": undo
"\C-u": undo
# { up, down } for history search
"\e[A": history-search-backward
"\e[B": history-search-forward