fix(tui): change messages layout toggle keybinding from <leader>m to <leader>p

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
Dax Raad 2025-07-02 20:06:30 -04:00
parent 64d5fff9a3
commit 2090bab537

View file

@ -279,7 +279,7 @@ func LoadFromConfig(config *opencode.Config) CommandRegistry {
{ {
Name: MessagesLayoutToggleCommand, Name: MessagesLayoutToggleCommand,
Description: "toggle layout", Description: "toggle layout",
Keybindings: parseBindings("<leader>m"), Keybindings: parseBindings("<leader>p"),
}, },
{ {
Name: MessagesCopyCommand, Name: MessagesCopyCommand,