Skip to content

Commit

Permalink
Merge pull request #11 from dsandstrom/fix-linux-keymap
Browse files Browse the repository at this point in the history
Add isearch classes to win keymap
  • Loading branch information
mkleehammer committed Aug 10, 2014
2 parents 201a7e6 + 349fad3 commit 3ab1901
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 3ab1901

Please sign in to comment.