# HG changeset patch # User Meredith Howard # Date 1559846116 18000 # Node ID 1b9258b32ca450d54dc3e6e3ca8b18ecca81c5e6 # Parent 349f88702757c57450d6f9ff2ca8c498892ff18b Go back to viewdoc default maps 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