Several changes including removing the vi readline setting because it

was improperly interpreting ^L to clear screen.  Added clickable URLs to
rxvt config. Updated some plugins for VIM.
This commit is contained in:
jon
2017-08-27 16:15:44 -05:00
committed by jond
parent 59fea36edd
commit 425bf76513
12 changed files with 20 additions and 10 deletions

View File

@@ -51,6 +51,7 @@ nnoremap <S-Tab> :bprev<CR>
nnoremap <leader>p :CtrlPBuffer<CR>
nnoremap <space> za
" NERDTree
map <C-n> :NERDTreeToggle<CR>
@@ -75,9 +76,12 @@ Plugin 'nvie/vim-flake8'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
"Plugin 'klen/python-mode'
Plugin 'itchyny/calendar.vim'
Plugin 'davidhalter/jedi-vim'
call vundle#end() " required
filetype plugin indent on " required
" "
" " Brief help
" " :PluginList - lists configured plugins