undo + ghostty
This commit is contained in:
+7
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user