Skip to content

Commit

Permalink
Add isearch classes to win keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
dsandstrom committed Aug 10, 2014
1 parent 201a7e6 commit 349fad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymaps/isearch.cson
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'cmd-enter' : 'incremental-search:focus-editor'
'cmd-e' : 'incremental-search:slurp'

'.platform-win32,.platform-linux .workspace .isearch .editor':
'.platform-win32 .workspace .isearch .editor, .platform-linux .workspace .isearch .editor':
'ctrl-i': 'incremental-search:forward'
'shift-ctrl-i': 'incremental-search:backward'
'ctrl-r' : 'incremental-search:toggle-regex-option'
Expand Down

0 comments on commit 349fad3

Please sign in to comment.