Script:1522
Talk0
1,599pages on
this wiki
this wiki
Revision as of 12:04, May 27, 2010 by JohnBeckett (Talk | contribs)
Use this page to discuss script 1522 1522
- 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
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>