X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a1564489b49955f2f0b393e5c8f457dafe7ec22b..3e59c20a7a476d0b704c2cc1b377b9b10be0640a:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 5a02eb6..145b8ce 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -10,7 +10,7 @@ set runtimepath& " reset rtp autocmd! set runtimepath+=$XDG_DATA_HOME/vim/vundle -call vundle#rc('$XDG_DATA_HOME/vim') +call vundle#begin('$XDG_DATA_HOME/vim') Plugin 'gmarik/vundle' @@ -74,6 +74,8 @@ Plugin 'rdnetto/ycm-generator' " needs editing colorscheme " Plugin 'jeaye/color_coded' +call vundle#end() + " remove entries first set runtimepath -=$HOME/.vim set runtimepath -=$HOME/.vim/after @@ -541,6 +543,14 @@ nmap cog IndentGuidesToggle nmap [og IndentGuidesEnable nmap ]og IndentGuidesDisable +" quit-another-window {{{2 +nnoremap c +nnoremap cc c +nnoremap ch :Qh +nnoremap cl :Ql +nnoremap cj :Qj +nnoremap ck :Qk + " python-mode {{{2 let g:pymode_rope_completion = 0