fix(tui): make move session command bindable (#33508)
Add the session_move TUI keybind and map it to the existing session.move command. Keep it unbound by default and document the new configuration option. Closes #33239
This commit is contained in:
parent
ef4500d6af
commit
3cdd431794
3 changed files with 9 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ OpenCode has a list of keybinds that you can customize through `tui.json`.
|
|||
|
||||
"session_export": "<leader>x",
|
||||
"session_copy": "none",
|
||||
"session_move": "none",
|
||||
"session_new": "<leader>n",
|
||||
"session_list": "<leader>l",
|
||||
"session_timeline": "<leader>g",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue