I am using NerdTree on Linux . I would like to jump from the nerd tree buffer to the file buffer after opening a file in a new tab using ‘t’.
I need to press ‘Ctrl+W+W’ all the time.
Any idea about how to have vi execute C-W-W after a new buffer is created .
Sairam
Simply add
autocmd BufNew * wincmd lto your .vimrc