Hi.

Like many of you, I like MacVim because it lets me use command-t with
multiple tabs. Sometimes I have more than 3 tabs open and like to
switch between the tabs next to each other. A perfect example of this
tabbing behavior can be seen if you download Sublime Text Editor 2.
When you tab one direction, stop, then tab again, it automatically
starts tabbing the opposite direction.

Problem: You can tab in both directions which makes tabbing almost
useless.

Solution:
1. Right now in vim pushing g t will result in tabbing to the right.
Add key bindings so pushing t g will then tab you to the left.

2. Bind control tab to allow you to tab to the right. When you stop
tabbing then start again, it should tab in the opposite direction. See
http://www.sublimetext.com/ for an example of this behavior. It's free
to download and install so there should be any hurdles there.

This is a feature that is very simple but that is sorely need. Please
consider adding it to the latest build. Thank you!

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to