" "=============================================================================== "========== example gvimrc from the distribution ============================== "=============================================================================== " runtime gvimrc_example.vim " " "=============================================================================== "========== CUSTOMIZATION (gvimrc) =========================================== "=============================================================================== " "------------------------------------------------------------------------------- " Moving cursor to other windows " " shift down : change window focus to lower one (cyclic) " shift up : change window focus to upper one (cyclic) " shift left : change window focus to one on left " shift right : change window focus to one on right "------------------------------------------------------------------------------- " nmap w nmap W nmap h nmap l " " "------------------------------------------------------------------------------- " some additional hot keys "------------------------------------------------------------------------------- " S-F3 - call gvim file browser "------------------------------------------------------------------------------- " map :silent browse confirm e imap :silent browse confirm e " " "------------------------------------------------------------------------------- " toggle insert mode <--> 'normal mode with the -key "------------------------------------------------------------------------------- " nmap imap "