X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=vim%2Fvimrc;h=b4ea160860614eb93cf03956f483eb7d05b4ae8d;hb=17137d620002d5e9687f8fc8faec46c861732431;hp=4c2547318ce43b0ff74ac46e4e0b74d7224b660c;hpb=fa7b2df678cdbd4aa566743b50d5c7ff599c4dcd;p=smckown%2Fdotfiles.git diff --git a/vim/vimrc b/vim/vimrc index 4c25473..b4ea160 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -417,6 +417,7 @@ let g:unite_source_history_yank_enable = 1 nnoremap uf :Unite -no-split -start-insert -buffer-name=files file_rec 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 " Custom mappings for the unite buffer autocmd FileType unite call s:unite_settings()