Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/tui/src/config/keybind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const Definitions = {
input_delete_line: keybind("ctrl+shift+d", "Delete line in input"),
input_delete_to_line_end: keybind("ctrl+k", "Delete to end of line in input"),
input_delete_to_line_start: keybind("ctrl+u", "Delete to start of line in input"),
input_backspace: keybind("backspace,shift+backspace", "Backspace in input"),
input_backspace: keybind("backspace,shift+backspace,ctrl+h", "Backspace in input"),
input_delete: keybind("ctrl+d,delete,shift+delete", "Delete character in input"),
input_undo: keybind("ctrl+-,super+z", "Undo in input"),
input_redo: keybind("ctrl+.,super+shift+z", "Redo in input"),
Expand Down
Loading