From 425bf76513d1cf64d0edd30d4df213040bcdb099 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 27 Aug 2017 16:15:44 -0500 Subject: [PATCH] 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. --- bash/.bashrc | 2 +- vim/.vim/bundle/SimpylFold | 2 +- vim/.vim/bundle/Vundle.vim | 2 +- vim/.vim/bundle/calendar.vim | 1 + vim/.vim/bundle/jedi-vim | 1 + vim/.vim/bundle/nerdtree | 2 +- vim/.vim/bundle/syntastic | 2 +- vim/.vim/bundle/vim-airline | 2 +- vim/.vim/bundle/vim-airline-themes | 2 +- vim/.vim/bundle/vim-fugitive | 2 +- vim/.vimrc | 4 ++++ x/.Xresources | 8 ++++++-- 12 files changed, 20 insertions(+), 10 deletions(-) create mode 160000 vim/.vim/bundle/calendar.vim create mode 160000 vim/.vim/bundle/jedi-vim diff --git a/bash/.bashrc b/bash/.bashrc index b033df7..53fd8f8 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -12,7 +12,7 @@ fi alias l.='ls -lh --color=auto' 2>/dev/null alias l='ls -lh' alias ll='ls -lh' -set -o vi +#set -o vi #golang stuff export GOPATH=$HOME/gopath diff --git a/vim/.vim/bundle/SimpylFold b/vim/.vim/bundle/SimpylFold index 9e7c1c9..aa0371d 160000 --- a/vim/.vim/bundle/SimpylFold +++ b/vim/.vim/bundle/SimpylFold @@ -1 +1 @@ -Subproject commit 9e7c1c9d9bd7404dc136c184fcc9680fc36a8ed9 +Subproject commit aa0371d9d708388f3ba385ccc67a7504586a20d9 diff --git a/vim/.vim/bundle/Vundle.vim b/vim/.vim/bundle/Vundle.vim index 88688fe..6437ad6 160000 --- a/vim/.vim/bundle/Vundle.vim +++ b/vim/.vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit 88688fe453038ac1ac26e31646cfbec50fca2fb7 +Subproject commit 6437ad6df4a3e6a87c5fb8bd2b8aadb277ec9c87 diff --git a/vim/.vim/bundle/calendar.vim b/vim/.vim/bundle/calendar.vim new file mode 160000 index 0000000..6d6be26 --- /dev/null +++ b/vim/.vim/bundle/calendar.vim @@ -0,0 +1 @@ +Subproject commit 6d6be26b2ad1870658525e2a42046429c845516c diff --git a/vim/.vim/bundle/jedi-vim b/vim/.vim/bundle/jedi-vim new file mode 160000 index 0000000..0c6a2b7 --- /dev/null +++ b/vim/.vim/bundle/jedi-vim @@ -0,0 +1 @@ +Subproject commit 0c6a2b77379f994c316983ca7f59784c1c957f78 diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree index eee431d..8cd17c1 160000 --- a/vim/.vim/bundle/nerdtree +++ b/vim/.vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit eee431dbd44111c858c6d33ffd366cae1f17f8b3 +Subproject commit 8cd17c1a478d8302e4782a95963abe46fc22c538 diff --git a/vim/.vim/bundle/syntastic b/vim/.vim/bundle/syntastic index 78c0d21..5e1b26c 160000 --- a/vim/.vim/bundle/syntastic +++ b/vim/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 78c0d21a9b0329766732ca2743a848af1c49e791 +Subproject commit 5e1b26c1724448c9d870b08dc93ce71528489333 diff --git a/vim/.vim/bundle/vim-airline b/vim/.vim/bundle/vim-airline index b56a064..e9a7a12 160000 --- a/vim/.vim/bundle/vim-airline +++ b/vim/.vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit b56a064377fcd4340e60ffd9a7fcf157f8a26939 +Subproject commit e9a7a12d9e1ace3dd0778c375c1b77d2879ba137 diff --git a/vim/.vim/bundle/vim-airline-themes b/vim/.vim/bundle/vim-airline-themes index 6026eb7..08c76e4 160000 --- a/vim/.vim/bundle/vim-airline-themes +++ b/vim/.vim/bundle/vim-airline-themes @@ -1 +1 @@ -Subproject commit 6026eb78bf362cb3aa875aff8487f65728d0f7d8 +Subproject commit 08c76e4cd0cdaa12c476ed03b920912173e31339 diff --git a/vim/.vim/bundle/vim-fugitive b/vim/.vim/bundle/vim-fugitive index b754bc2..913fff1 160000 --- a/vim/.vim/bundle/vim-fugitive +++ b/vim/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit b754bc2031f21a532c083dd0d072ba373bbe3a37 +Subproject commit 913fff1cea3aa1a08a360a494fa05555e59147f5 diff --git a/vim/.vimrc b/vim/.vimrc index 8ccdeeb..e8faabf 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -51,6 +51,7 @@ nnoremap :bprev nnoremap p :CtrlPBuffer nnoremap za + " NERDTree map :NERDTreeToggle @@ -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 diff --git a/x/.Xresources b/x/.Xresources index 9aa2895..907ffb6 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -23,7 +23,11 @@ *color14: #7E9982 *color15: #BDBDA4 URxvt*scrollBar: false -URxvt.font: xft:Terminus:size=14:antialias=true -URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true +URxvt.font: xft:xos4 Terminus:size=14:antialias=true +URxvt.boldFont: xft:xos4 Terminus:bold:size=14:antialias=true URxvt*transparent: true URxvt*shading: 10 + +URxvt*perl-ext-common: default,matcher +URxvt*matcher.button: 1 +URxvt*url-launcher: /usr/bin/google-chrome