diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -53,7 +53,6 @@ let s:filename = expand('') Plug 'powerman/vim-plugin-viewdoc' - let g:no_viewdoc_maps = 1 let g:no_viewdoc_abbrev = 1 try @@ -65,18 +64,15 @@ let s:filename = expand('') " }}} " Key maps {{{ -nnoremap :Unite buffer nnoremap :VimFilerExplorer noremap :noh nnoremap :GundoToggle nnoremap :TagbarToggle -nnoremap us :Unite -quick-match session +nnoremap ub :Unite buffer +nnoremap us :Unite session nnoremap uf :Unite -start-insert file_rec/async:! -" stop opening help by mistake -inoremap - " let F4, :noh work as-is in insert mode imap @@ -113,7 +109,6 @@ nnoremap k :cal nnoremap g* :call ag#Ag('grep', '--literal ' . shellescape(expand(""))) " K: doc, gKK: doc current filename -nnoremap K :call ViewDoc('doc', expand('')) nnoremap gKK :call ViewDoc('doc', expand('%:p')) " Tabular shortcuts