Skip to content

Commit

Permalink
fix copy pasta error in project-find-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson committed Nov 13, 2015
1 parent 6af9743 commit 7f2efc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .atom/keymap.cson
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

'.platform-darwin atom-text-editor.lazy-motion':
'ctrl-s': 'lazy-motion:forward'
'ctrl-S': 'lazy-motion:backward'
'ctrl-shift-S': 'lazy-motion:backward'
'ctrl-g': 'lazy-motion:forward'
'ctrl-shift-G': 'lazy-motion:backward'
'cmd-g': 'lazy-motion:forward'
'cmd-shift-G': 'lazy-motion:backward'
']': 'lazy-motion:forward'
'ctrl-G': 'lazy-motion:backward'
'cmd-G': 'lazy-motion:backward'
'[': 'lazy-motion:backward'

'atom-text-editor.vim-mode.normal-mode':
Expand All @@ -49,4 +49,4 @@
'ctrl-cmd-n': 'project-find-navigation:next'
'ctrl-cmd-p': 'project-find-navigation:prev'
'ctrl-shift-N': 'project-find-navigation:next'
'ctrl-shift-P': 'project-find-navigation:next'
'ctrl-shift-P': 'project-find-navigation:prev'

0 comments on commit 7f2efc9

Please sign in to comment.