On Monday, May 14, 2012 7:01:17 AM UTC-5, Jan wrote:
> When I close a tab, I'd like vim to take me back to the last tab that I was 
> in, rather than the next in line. For example:
> 
> I have several tabs open:
> 
> [1] [2] [3]
> 
> I'm in tab [1]. I open a new tab, [a], which opens after tab [1]:
> 
> [1] [a] [2] [3]
> 
> I'm now in my new tab, [a]. I close it:
> 
> [1] [2] [3]
> 
> I'm now in tab [2], but I wanted to be put in tab [1].
> 
> Is it possible?
> 

I read this as wanting to jump back to the most recent tab, no matter where it 
is. E.g., you're in tab 1, open tab a as shown, go to tab 3, then back to tab 
a, then close tab a, you wanted to be in tab 3. Is this correct? If not, and 
all you want is to go to the left tab instead of the right tab, then we have a 
tip for that:

http://vim.wikia.com/wiki/Have_focus_on_left_tab_after_tabclose

-- 
You received this message from the "vim_use" 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