Last Updated: February 25, 2016
·
349
· sirmikeorg

Focus on the first window in Vim

1 Ctrl-ww

Real life example

One can focus on NERDTree window which in almost any case is the most left (and the first) one:

nmap <Leader>a 1<C-w><C-w>

Thanks to:
http://stackoverflow.com/a/12764687