Skip to content

Commit 0385180

Browse files
committed
Use '?' to toggle keymap window
1 parent 3cc7a10 commit 0385180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ impl Settings {
249249
);
250250

251251
s.keymap_add_p(
252-
Key::new(KeyCode::Char('h'), KeyModifiers::NONE),
252+
Key::new(KeyCode::Char('?'), KeyModifiers::NONE),
253253
AppEvent::ToggleKeymapWindow,
254254
);
255255

0 commit comments

Comments
 (0)