Skip to content

Commit

Permalink
added default Ctrl-F binding for search fixes #75
Browse files Browse the repository at this point in the history
  • Loading branch information
flouc001 committed Feb 20, 2017
1 parent 75f1af0 commit 97bc007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ D.cmds=[
['QT', 'Quit (and lose changes)', ['Shift-Esc']],
['RD', 'Reformat', []],
['RP', 'Replace', []],
['SC', 'Search', []],
['SC', 'Search', ['Ctrl-F']],
['SI', 'Strong interrupt', []],
['TB', 'Tab between windows', ['Ctrl-Tab']],
['TC', 'Trace', ['Ctrl-Enter']],
Expand Down

0 comments on commit 97bc007

Please sign in to comment.