X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=vim%2Fvimrc;h=94d8fbb141de115b86380e245e8060e19ff2ec0a;hb=d55acc1b64520f34128669919e04e020b7fd6fe4;hp=9007208d583cf8a889370a12d58e06c08115c271;hpb=a9bd4979a1fd2772ced4a0ccaaa1196ae22c362e;p=smckown%2Fdotfiles.git diff --git a/vim/vimrc b/vim/vimrc index 9007208..94d8fbb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -424,8 +424,10 @@ 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 : :Unite -start-insert -direction=dynamicbottom -buffer-name=command history/command -nnoremap / :Unite -start-insert -direction=dynamicbottom -buffer-name=search history/search +nnoremap uc :Unite -no-split -start-insert -buffer-name=quicklist qf +nnoremap ut :Unite -no-split -start-insert -buffer-name=tags tag +nnoremap : :Unite -start-insert -buffer-name=command history/command +nnoremap / :Unite -start-insert -buffer-name=search history/search " Custom mappings for the unite buffer autocmd FileType unite call s:unite_settings()