X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=vim%2Fvimrc;h=94d8fbb141de115b86380e245e8060e19ff2ec0a;hb=d55acc1b64520f34128669919e04e020b7fd6fe4;hp=4c3e4fd1eecd4c72d44e7b8118e90559957569ab;hpb=ceb346e7c279b5d075827b4ff9e9e0be0c815193;p=smckown%2Fdotfiles.git diff --git a/vim/vimrc b/vim/vimrc index 4c3e4fd..94d8fbb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -424,10 +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 uc :Unite -no-split -buffer-name=quicklist qf +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 -direction=dynamicbottom -buffer-name=command history/command -nnoremap / :Unite -start-insert -direction=dynamicbottom -buffer-name=search history/search +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()