X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=vim%2Fvimrc;h=0468be2af20cd1e2bac084f1e127e0fb93605221;hb=c0b032d57e2a29cf272f60ab6c33f1c6cbfb7842;hp=0b689fc366dd8e325f4e021b6375b6b922ddf2e1;hpb=018f4e1b991e36ebb428327189d8758d51b34be2;p=smckown%2Fdotfiles.git diff --git a/vim/vimrc b/vim/vimrc index 0b689fc..0468be2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -420,6 +420,11 @@ nnoremap uf :Unite -no-split -start-insert -buffer-name=files file_ nnoremap uy :Unite -no-split -buffer-name=yank history/yank nnoremap ub :Unite -no-split -start-insert -buffer-name=buffer buffer nnoremap uo :Unite -no-split -start-insert -buffer-name=outline outline +nnoremap ul :Unite -no-split -start-insert -buffer-name=lines line +nnoremap u: :Unite -no-split -start-insert -buffer-name=command history/command +nnoremap u/ :Unite -no-split -start-insert -buffer-name=search history/search +nnoremap q: :Unite -start-insert -direction=dynamicbottom -buffer-name=command history/command +nnoremap q/ :Unite -start-insert -direction=dynamicbottom -buffer-name=search history/search " Custom mappings for the unite buffer autocmd FileType unite call s:unite_settings()