Commenting shortcuts again.

This commit is contained in:
Hunter Haugen 2011-08-08 22:11:22 +10:00
parent d0bda7ef8d
commit ddca2713f3

71
.vimrc
View file

@ -1121,49 +1121,49 @@ endif
" Default Fuf shortcuts Dvorakized from :help fuf-vimrc-example " Default Fuf shortcuts Dvorakized from :help fuf-vimrc-example
"----------------------------------------------------------------------- "-----------------------------------------------------------------------
" {{{1 " {{{1
let g:fuf_modesDisable = [] "let g:fuf_modesDisable = []
let g:fuf_mrufile_maxItem = 400 "let g:fuf_mrufile_maxItem = 400
let g:fuf_mrucmd_maxItem = 400 "let g:fuf_mrucmd_maxItem = 400
nmap <silent> sh :FufBuffer<CR> "nmap <silent> sh :FufBuffer<CR>
nmap <silent> st :FufFileWithCurrentBufferDir<CR> nmap <silent> st :FufFileWithCurrentBufferDir<CR>
nmap <silent> sT :FufFileWithFullCwd<CR> nmap <silent> sT :FufFileWithFullCwd<CR>
nmap <silent> s<C-t> :FufFile<CR> nmap <silent> s<C-t> :FufFile<CR>
nmap <silent> sn :FufCoverageFileChange<CR> nmap <silent> sn :FufCoverageFileChange<CR>
nmap <silent> sN :FufCoverageFileChange<CR> nmap <silent> sN :FufCoverageFileChange<CR>
nmap <silent> s<C-n> :FufCoverageFileRegister<CR> "nmap <silent> s<C-n> :FufCoverageFileRegister<CR>
nmap <silent> sd :FufDirWithCurrentBufferDir<CR> nmap <silent> sd :FufDirWithCurrentBufferDir<CR>
nmap <silent> sD :FufDirWithFullCwd<CR> nmap <silent> sD :FufDirWithFullCwd<CR>
nmap <silent> s<C-d> :FufDir<CR> nmap <silent> s<C-d> :FufDir<CR>
nmap <silent> sb :FufMruFile<CR> "nmap <silent> sb :FufMruFile<CR>
nmap <silent> sB :FufMruFileInCwd<CR> "nmap <silent> sB :FufMruFileInCwd<CR>
nmap <silent> sm :FufMruCmd<CR> " nmap <silent> sm :FufMruCmd<CR>
nmap <silent> su :FufBookmarkFile<CR> " nmap <silent> su :FufBookmarkFile<CR>
nmap <silent> s<C-u> :FufBookmarkFileAdd<CR> " nmap <silent> s<C-u> :FufBookmarkFileAdd<CR>
vmap <silent> s<C-u> :FufBookmarkFileAddAsSelectedText<CR> " vmap <silent> s<C-u> :FufBookmarkFileAddAsSelectedText<CR>
nmap <silent> si :FufBookmarkDir<CR> " nmap <silent> si :FufBookmarkDir<CR>
nmap <silent> s<C-i> :FufBookmarkDirAdd<CR> " nmap <silent> s<C-i> :FufBookmarkDirAdd<CR>
nmap <silent> sy :FufTag<CR> "nmap <silent> sy :FufTag<CR>
nmap <silent> sY :FufTag!<CR> "nmap <silent> sY :FufTag!<CR>
nmap <silent> s<C-]> :FufTagWithCursorWord!<CR> " nmap <silent> s<C-]> :FufTagWithCursorWord!<CR>
nmap <silent> s, :FufBufferTag<CR> " nmap <silent> s, :FufBufferTag<CR>
nmap <silent> s< :FufBufferTag!<CR> " nmap <silent> s< :FufBufferTag!<CR>
vmap <silent> s, :FufBufferTagWithSelectedText!<CR> " vmap <silent> s, :FufBufferTagWithSelectedText!<CR>
vmap <silent> s< :FufBufferTagWithSelectedText<CR> " vmap <silent> s< :FufBufferTagWithSelectedText<CR>
nmap <silent> s} :FufBufferTagWithCursorWord!<CR> " nmap <silent> s} :FufBufferTagWithCursorWord!<CR>
nmap <silent> s. :FufBufferTagAll<CR> " nmap <silent> s. :FufBufferTagAll<CR>
nmap <silent> s> :FufBufferTagAll!<CR> " nmap <silent> s> :FufBufferTagAll!<CR>
vmap <silent> s. :FufBufferTagAllWithSelectedText!<CR> " vmap <silent> s. :FufBufferTagAllWithSelectedText!<CR>
vmap <silent> s> :FufBufferTagAllWithSelectedText<CR> " vmap <silent> s> :FufBufferTagAllWithSelectedText<CR>
nmap <silent> s] :FufBufferTagAllWithCursorWord!<CR> " nmap <silent> s] :FufBufferTagAllWithCursorWord!<CR>
nmap <silent> sg :FufTaggedFile<CR> " nmap <silent> sg :FufTaggedFile<CR>
nmap <silent> sG :FufTaggedFile!<CR> " nmap <silent> sG :FufTaggedFile!<CR>
nmap <silent> so :FufJumpList<CR> " nmap <silent> so :FufJumpList<CR>
nmap <silent> sp :FufChangeList<CR> " nmap <silent> sp :FufChangeList<CR>
nmap <silent> sq :FufQuickfix<CR> " nmap <silent> sq :FufQuickfix<CR>
nmap <silent> sf :FufLine<CR> "nmap <silent> sf :FufLine<CR>
nmap <silent> sx :FufHelp<CR> "nmap <silent> sx :FufHelp<CR>
nmap <silent> se :FufEditDataFile<CR> " nmap <silent> se :FufEditDataFile<CR>
nmap <silent> sr :FufRenewCache<CR> " nmap <silent> sr :FufRenewCache<CR>
" }}}1 " }}}1
@ -1231,6 +1231,7 @@ map <Leader>ip :color inkpot<CR>
map <Leader>ir :color ir_black<CR> map <Leader>ir :color ir_black<CR>
map <Leader>mv :color macvim<CR>:set background=light<CR> map <Leader>mv :color macvim<CR>:set background=light<CR>
map <Leader>f :FufFileWithCurrentBufferDir<CR> map <Leader>f :FufFileWithCurrentBufferDir<CR>
map <Leader>F :FufFile<CR>
map <Leader>v :FufCoverageFile<CR> map <Leader>v :FufCoverageFile<CR>
map <Leader>b :FufBuffer<CR> map <Leader>b :FufBuffer<CR>
map <Leader>c :FufDirWithFullCwd<CR> map <Leader>c :FufDirWithFullCwd<CR>