Skip to content

Commit

Permalink
Merge pull request atom#59 from JosephKu/master
Browse files Browse the repository at this point in the history
Add gt, gT keybindings to switch tabs
  • Loading branch information
mcolyer committed Feb 28, 2014
2 parents 14f3f6e + 2d63ab7 commit 49202c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/motions.md
Expand Up @@ -14,3 +14,5 @@
* [0](http://vimhelp.appspot.com/motion.txt.html#0)
* [gg](http://vimhelp.appspot.com/motion.txt.html#gg)
* [G](http://vimhelp.appspot.com/motion.txt.html#G)
* [gt](http://vimhelp.appspot.com/tabpage.txt.html#gt)
* [gT](http://vimhelp.appspot.com/tabpage.txt.html#gT)
2 changes: 2 additions & 0 deletions keymaps/vim-mode.cson
Expand Up @@ -94,3 +94,5 @@
'N': 'command-panel:repeat-relative-address-in-reverse'
'ctrl-c': 'vim-mode:reset-command-mode'
'backspace': 'core:move-left'
'g t': 'pane:show-next-item'
'g T': 'pane:show-previous-item'

0 comments on commit 49202c5

Please sign in to comment.