X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/dbb5ec76ee755f6281551355fa8d4360147eebee..492e6b14367cf855e1605caa7a9a6dba5f02e954:/vim/vimrc 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