Hello everyone, I have a query regarding tab switching. Currently, Vim uses a sequential approach to traverse through tabs, as an example, assuming the following tabs to be opened:
Tab 1 | Tab 2 | Tab 3 while doing `gt` it will traverse from 1 to 2 to 3, and back to 1. But isn't moving be better if we use last-used tab instead of sequential approach. Like if I was at Tab 2 and moved to Tab 3, and then I do `gt` then it moves to Tab 2 instead of Tab 1. Also, if someone has some unique hack around it, will you please share? Thanks everyone -- Manas CSAM Undergraduate | 2022 (hopefully :P) IIIT-Delhi, India -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20201005000635.6wju2ufcpzfllxvh%40nitro-5.
