Skip to content

Commit

Permalink
atom: add cmd-shift-ctrl-[ and ] to move current tab right/left
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson committed Sep 14, 2017
1 parent ce52e40 commit 09b0e76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .atom/keymap.cson
Expand Up @@ -4,6 +4,9 @@
'body':
# cmd-p, ctrl-p: it's all the same to me
'ctrl-p': 'fuzzy-finder:toggle-file-finder'
# TODO: seems like these should be upstream!
'ctrl-cmd-{': 'pane:move-item-left'
'ctrl-cmd-}': 'pane:move-item-right'

'atom-text-editor.vim-mode-plus.normal-mode':
'-': 'tree-view:toggle'
Expand Down

0 comments on commit 09b0e76

Please sign in to comment.