X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a7d04a2d64559bceb74a6b11cdabbcb57f93b4d6..e61c88322ae0fd8c9f5111057bfdaea72b8ece38:/vim/vimrc?ds=inline diff --git a/vim/vimrc b/vim/vimrc index de0b428..7d3cabb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -25,6 +25,7 @@ Bundle 'Valloric/YouCompleteMe' Bundle 'elzr/vim-json' Bundle 'http://git.code.sf.net/p/vim-latex/vim-latex' Bundle 'ervandew/ag.git' +Bundle 'zhaocai/GoldenView.Vim' filetype plugin indent on @@ -127,11 +128,6 @@ set previewheight=20 " default height for the preview window set splitright " a new window is put right of the current one -nmap j -nmap k -nmap h -nmap l - map :ls:b " using the mouse {{{1 @@ -256,6 +252,14 @@ let g:airline_left_sep = '▶' 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 + " Gundo {{{2 nnoremap :GundoToggle " fugitive {{{2 @@ -280,7 +284,7 @@ let g:syntastic_always_populate_loc_list=1 nmap y :SyntasticCheck if ! &diff - let g:syntastic_check_on_open=1 + let g:syntastic_check_on_open=1 endif " tagbar {{{2