From: Samir Benmendil Date: Sun, 30 Mar 2014 22:45:38 +0000 (+0100) Subject: vimrc: disable goldenview X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8c6ad023ff08c62d552c05eced0a53aa9ad5b3af vimrc: disable goldenview --- diff --git a/vim/vimrc b/vim/vimrc index 788e3df..5e4a0b4 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -27,7 +27,7 @@ Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-surround' Bundle 'tpope/vim-unimpaired' Bundle 'valloric/youcompleteme' -Bundle 'zhaocai/goldenview.vim' +"Bundle 'zhaocai/goldenview.vim' Bundle 'ompugao/ros.vim' Bundle 'ompugao/ctrlp-ros' @@ -60,7 +60,7 @@ noremap noremap set nostartofline " don't move the cursor to the first non-blank char of a line -set path=.,** " current + subdirectory search for :find, :grep:, ... +set path=.,include/,../include/,/usr/include/c++/*,/opt/ros/hydro/include " displaying text {{{1 set scrolloff=5 " number of screen lines to show around the cursor @@ -138,6 +138,9 @@ set splitright " a new window is put right of the current one map :ls:b +nmap w +nmap W + " using the mouse {{{1 set mouse=rnv " list of flags for using the mouse set ttymouse=xterm " type of mouse @@ -262,12 +265,12 @@ let g:airline_right_sep = '◀' let g:airline#extensions#tabline#enabled = 1 " GoldenView {{{2 -let g:goldenview__enable_default_mapping = 0 -nmap GoldenViewSplit -nmap GoldenViewNext -nmap GoldenViewPrevious -nmap GoldenViewSwitchMain -nmap GoldenViewPrevious +"let g:goldenview__enable_default_mapping = 0 +"nmap GoldenViewSplit +"nmap GoldenViewNext +"nmap GoldenViewPrevious +"nmap GoldenViewSwitchMain +"nmap GoldenViewPrevious " Gundo {{{2 nnoremap :GundoToggle