Skip to content

Commit

Permalink
Improve quickref
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnovak committed Mar 9, 2024
1 parent 8b1fde7 commit cda641f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ func mkQuickRefDialogs(a): seq[seq[QuickRefItem]] =
@[fmt"Ctrl+{IconArrowsHoriz}"].csc, "Move between tabs".desc,

@[KeyShortcut(key: key1, mods: {mkCtrl}),
KeyShortcut(key: key9, mods: {mkCtrl})].sc(sepa='-'), "Go to tab 1-9".desc,
KeyShortcut(key: key9, mods: {mkCtrl})].sc(sepa='-'), "Select tab 1-9".desc,
QuickRefSepa,

KeyShortcut(key: keyTab,
Expand Down

0 comments on commit cda641f

Please sign in to comment.