GVim on WinXP - switching buffer to first file whose name is under the cursor
08.08.21
The Ctrl-q is used in place of the Ctrl-v, since GVim on Windows has Ctrl-V mapped to the paste action. Use of the command 'ye' is essential to get the word under the cursor, in place of the command 'yw', since the 'w' will append whitespace if it can. Please note that there is an actual map! <F4> <Esc>b"zye:b<Space><C-r>z.<C-q> <CR> map <F4> b"zye:b<Space><C-r>z.<C-q> <CR>