Skip to content

Commit

Permalink
Map ctrl-pageup/down to pane:show-next/previous-item
Browse files Browse the repository at this point in the history
Closes atom#2724
  • Loading branch information
kevinsawicki committed Jun 24, 2014
1 parent 1c2e997 commit 6cb5af0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keymaps/darwin.cson
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
'cmd-}': 'pane:show-next-item'
'cmd-alt-left': 'pane:show-previous-item'
'cmd-alt-right': 'pane:show-next-item'
'ctrl-pageup': 'pane:show-previous-item'
'ctrl-pagedown': 'pane:show-next-item'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab': 'pane:show-previous-item'
'cmd-=': 'window:increase-font-size'
Expand Down
2 changes: 2 additions & 0 deletions keymaps/linux.cson
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
'shift-backspace': 'core:backspace'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab': 'pane:show-previous-item'
'ctrl-pageup': 'pane:show-previous-item'
'ctrl-pagedown': 'pane:show-next-item'
'ctrl-shift-up': 'core:move-up'
'ctrl-shift-down': 'core:move-down'
'ctrl-=': 'window:increase-font-size'
Expand Down
2 changes: 2 additions & 0 deletions keymaps/win32.cson
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
'shift-backspace': 'core:backspace'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab': 'pane:show-previous-item'
'ctrl-pageup': 'pane:show-previous-item'
'ctrl-pagedown': 'pane:show-next-item'
'ctrl-shift-up': 'core:move-up'
'ctrl-shift-down': 'core:move-down'
'ctrl-alt-up': 'editor:add-selection-above'
Expand Down

0 comments on commit 6cb5af0

Please sign in to comment.