mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: add leader+t keybind for timeline navigation so users can quickly access session history without hunting through menus
This commit is contained in:
parent
ddddc4f006
commit
78c479ac05
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ const DEFAULT_KEYBINDS: KeybindsConfig = {
|
|||
session_compact: "<leader>c",
|
||||
session_child_cycle: "ctrl+right",
|
||||
session_child_cycle_reverse: "ctrl+left",
|
||||
session_timeline: "<leader>t",
|
||||
messages_page_up: "pageup",
|
||||
messages_page_down: "pagedown",
|
||||
messages_half_page_up: "ctrl+alt+u",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue