edit default keybindings

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-30 11:56:39 +02:00
parent 31bb2aa439
commit ef1789af2f
+7 -7
View File
@@ -38,7 +38,7 @@ keybindings:
toggle_sidebar: "ctrl+b" toggle_sidebar: "ctrl+b"
cycle_focus: "tab" cycle_focus: "tab"
send_to_replay: "ctrl+r" send_to_replay: "ctrl+r"
send_to_diff: "ctrl+d" send_to_diff: "ctrl+x"
copy_as: "ctrl+y" copy_as: "ctrl+y"
copy: "y" copy: "y"
up: "up,k" up: "up,k"
@@ -47,10 +47,10 @@ keybindings:
right: "right,l" right: "right,l"
goto_top: "g" goto_top: "g"
goto_bottom: "G,end" goto_bottom: "G,end"
scroll_up: "pgup" scroll_up: "pgup,ctrl+u"
scroll_down: "pgdown" scroll_down: "pgdown,ctrl+d"
prev_page: "[" prev_page: "[,ctrl+i"
next_page: "]" next_page: "],ctrl+o"
intercept: intercept:
toggle_intercept: "i" toggle_intercept: "i"
@@ -61,7 +61,7 @@ keybindings:
drop_all: "D" drop_all: "D"
edit: "e,enter" edit: "e,enter"
edit_external: "E" edit_external: "E"
undo_edits: "ctrl+z" undo_edits: "u,ctrl+z"
history: history:
delete_entry: "x" delete_entry: "x"
@@ -79,7 +79,7 @@ keybindings:
send: "s, enter" send: "s, enter"
edit: "e" edit: "e"
edit_external: "E" edit_external: "E"
undo_edits: "ctrl+z" undo_edits: "u,ctrl+z"
delete_entry: "x" delete_entry: "x"
delete_all: "X" delete_all: "X"