Skip to content

Commit 97bc007

Browse files
committed
added default Ctrl-F binding for search fixes #75
1 parent 75f1af0 commit 97bc007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ D.cmds=[
5151
['QT', 'Quit (and lose changes)', ['Shift-Esc']],
5252
['RD', 'Reformat', []],
5353
['RP', 'Replace', []],
54-
['SC', 'Search', []],
54+
['SC', 'Search', ['Ctrl-F']],
5555
['SI', 'Strong interrupt', []],
5656
['TB', 'Tab between windows', ['Ctrl-Tab']],
5757
['TC', 'Trace', ['Ctrl-Enter']],

0 commit comments

Comments
 (0)