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

@@ -12,7 +12,7 @@ fi
alias l.='ls -lh --color=auto' 2>/dev/null alias l.='ls -lh --color=auto' 2>/dev/null
alias l='ls -lh' alias l='ls -lh'
alias ll='ls -lh' alias ll='ls -lh'
set -o vi #set -o vi
#golang stuff #golang stuff
export GOPATH=$HOME/gopath export GOPATH=$HOME/gopath

Submodule vim/.vim/bundle/SimpylFold updated: 9e7c1c9d9b...aa0371d9d7

Submodule vim/.vim/bundle/Vundle.vim updated: 88688fe453...6437ad6df4

Submodule vim/.vim/bundle/calendar.vim added at 6d6be26b2a

Submodule vim/.vim/bundle/jedi-vim added at 0c6a2b7737

Submodule vim/.vim/bundle/nerdtree updated: eee431dbd4...8cd17c1a47

Submodule vim/.vim/bundle/syntastic updated: 78c0d21a9b...5e1b26c172

Submodule vim/.vim/bundle/vim-airline updated: b56a064377...e9a7a12d9e

Submodule vim/.vim/bundle/vim-airline-themes updated: 6026eb78bf...08c76e4cd0

Submodule vim/.vim/bundle/vim-fugitive updated: b754bc2031...913fff1cea

View File

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

View File

@@ -23,7 +23,11 @@
*color14: #7E9982 *color14: #7E9982
*color15: #BDBDA4 *color15: #BDBDA4
URxvt*scrollBar: false URxvt*scrollBar: false
URxvt.font: xft:Terminus:size=14:antialias=true URxvt.font: xft:xos4 Terminus:size=14:antialias=true
URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true URxvt.boldFont: xft:xos4 Terminus:bold:size=14:antialias=true
URxvt*transparent: true URxvt*transparent: true
URxvt*shading: 10 URxvt*shading: 10
URxvt*perl-ext-common: default,matcher
URxvt*matcher.button: 1
URxvt*url-launcher: /usr/bin/google-chrome