On Thursday, May 31, 2012 10:37:50 PM UTC-5, Scott wrote: > Hi Jan, > > I'd like to be able to make Vim focus the left tab too (after closing a tab). > Did you find a way to do it without having to use a new command? >
If all you want is the left tab, the link I posted should do that. You can't do it without creating a new command, though. http://vim.wikia.com/wiki/Have_focus_on_left_tab_after_tabclose But, you might be able to hack a TabLeave/TabEnter autocmd to do things automatically, or you can use abbreviations to automatically trigger your new command, as mentioned. http://vim.wikia.com/wiki/Replace_a_builtin_command_using_cabbrev -- 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
