From: Samir Benmendil Date: Fri, 7 Mar 2014 00:11:55 +0000 (+0000) Subject: vim: add custom mappings for GoldenView X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/492e6b14367cf855e1605caa7a9a6dba5f02e954?hp=dbb5ec76ee755f6281551355fa8d4360147eebee vim: add custom mappings for GoldenView --- diff --git a/vim/vimrc b/vim/vimrc index 5ca9cfd..7d3cabb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -128,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 @@ -257,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 @@ -281,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