I would like it so that typing Ctrl-Wk from the right most window would focus the left most window in VIM. Obviously it would be handy for this to work in all directions.
My main motivation is for use with NERDTree. I typically have the following setup:
|----------|----------|-----------|
| | | |
| NERDTree | File1 | File2 |
| | | |
| |----------|-----------|
| | | |
| | File3 | File4 |
| | | |
|----------|----------|-----------|
If I want to open a new file in the same window as File4
I currently have to type 2Ctrl-Wj and it would be quite nice to achieve the same result with Ctrl-Wk.
Thanks.