]> oss.titaniummirror.com Git - smckown/dotfiles.git/blobdiff - vim/vimrc
vim: add unite-outline
[smckown/dotfiles.git] / vim / vimrc
index 4c2547318ce43b0ff74ac46e4e0b74d7224b660c..b4ea160860614eb93cf03956f483eb7d05b4ae8d 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -417,6 +417,7 @@ let g:unite_source_history_yank_enable = 1
 nnoremap <leader>uf :<C-u>Unite -no-split -start-insert -buffer-name=files file_rec<cr>
 nnoremap <leader>uy :<C-u>Unite -no-split -buffer-name=yank history/yank<cr>
 nnoremap <leader>ub :<C-u>Unite -no-split -start-insert -buffer-name=buffer buffer<cr>
+nnoremap <leader>uo :<C-u>Unite -no-split -start-insert -buffer-name=outline outline<cr>
 
 " Custom mappings for the unite buffer
 autocmd FileType unite call s:unite_settings()