Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Add gt, gT keybindings to switch tabs #59

Merged
merged 1 commit into from Feb 28, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/motions.md
Expand Up @@ -13,3 +13,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 @@ -91,3 +91,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'