The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
34 views

Trouble with Vim Auto Commands from Learn Vimscript the Hard Way

I have been working through the examples and exercises in Steve Losh's book Learn Vimscript the Hard Way, and I have hit some serious trouble in chapter 12 on Auto Commands. I am running MacVim on ...
0
votes
0answers
27 views

screen flashes when I press ^S in gvim

I bind ^S in gvim, by: map <C-S> :w<CR> Now if I press the ^S combination, althrough file is saved (I saw the XXX written message), but gvim window flashes, is there a way to avoid that? ...
0
votes
0answers
38 views

mapping <C-F9> in gvim: no response

I'm trying to map <C-F9> in gvim (note the "g"). No response. Neither <C-V><C-F9> nor <C-K><C-F9> produce any response either so I suspect it's not sending any keycode at ...