GitHub - taylor/vimconfig: Vim configuration
"*p to paste from system copy buffer
use ^P/^N in insert mode to complete words
^] to jump to tags
^W s,^W v - split windows
gt/gT switching between tabs (or use mappings below)
f<letter> / t<letter> - jump to next letter or before letter
gv - highlight last visual
gg=G - Indent the whole file *********
gc - comment
^c^c - slime
For trac.vim:
:TWOpen <WikiPage> - Open the wiki View
:TWSave "<Comment>" - Saves the Active Wiki Page
<Leader> => \
<LocalLeader> => ,
NERDTree and Taglist:
" ,tt will toggle taglist on and off
nmap <LocalLeader>tt :Tlist<cr>
" ,nn will toggle NERDTree on and off
nmap <LocalLeader>nn :NERDTreeToggle<cr>
nmap ,nn :NERDTreeToggle<cr>
map <leader>n :NERDTreeToggle<cr>
The rest is pulled from vimrc... It will always have the most up-to-date info, so check it rather than this README for details and references.
Based on many different vimrc files including the one from Bram@vim.org as well as