Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Commit 9770f7c

Browse files
committed
Add F5 keybinding for list
1 parent 6bff509 commit 9770f7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ruby_jard/keys.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Keys
3737

3838
# rubocop:disable Layout/HashAlignment
3939
DEFAULT_KEY_BINDINGS = {
40+
F5 => (ACTION_LIST = :list),
4041
F6 => (ACTION_UP = :up),
4142
SHIFT_F6 => (ACTION_DOWN = :down),
4243
F7 => (ACTION_STEP = :step),

0 commit comments

Comments
 (0)