Skip to content

Commit 7bbca1a

Browse files
Ritik PalRitik Pal
Ritik Pal
authored and
Ritik Pal
committed
fix: resolve merge conflict in tui.go
1 parent 7fad83d commit 7bbca1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

internal/tui/tui.go

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ type keyMap struct {
2525
Help key.Binding
2626
SwitchSession key.Binding
2727
Commands key.Binding
28+
Models key.Binding
2829
}
2930

3031
func NewKeyMap(hotkeys config.HotkeyConfig) keyMap {
@@ -54,6 +55,11 @@ func NewKeyMap(hotkeys config.HotkeyConfig) keyMap {
5455
hotkeys.Commands,
5556
"commands",
5657
),
58+
Models: config.GetKeyBinding(
59+
hotkeys.Models,
60+
hotkeys.Models,
61+
"model selection",
62+
),
5763
}
5864
}
5965

0 commit comments

Comments
 (0)