Skip to content

Commit abf3298

Browse files
committed
fix(tui): change modal activation to / or p
1 parent 3a4922d commit abf3298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/tui/tui.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ var keys = keyMap{
4949
key.WithHelp("end, shift+down, $", "bottom"),
5050
),
5151
Command: key.NewBinding(
52-
key.WithKeys("?", "p"),
53-
key.WithHelp("ctrl+p, p", "command palette"),
52+
key.WithKeys("/", "p"),
53+
key.WithHelp("/, p", "command palette"),
5454
),
5555
}
5656

0 commit comments

Comments
 (0)