Use this page to discuss script 1522 WinWalker: Vim 7 windows navigator/manager
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Comments
Edit
It is not a good idea to map <C-W> as WinWalkerMenu() since Vim has some features - like ^Wf for split & goto file - for ^W. This plugin is window movement related that it is logical to make it close to ^W but without corrupting these features; so it is logical to map it to <C-W><Space> as proposed for fast switch.
nmap <C-W><space> :call WinWalkerMenu()<CR>