mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-07-06 20:42:33 +02:00
Compare commits
1 Commits
v0.0.7
..
ef1789af2f
| Author | SHA1 | Date | |
|---|---|---|---|
| ef1789af2f |
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user