This commit is contained in:
jond
2018-07-28 11:35:15 -05:00
parent 4009da9484
commit 9627470c6d
12 changed files with 22 additions and 13 deletions

View File

@@ -10,11 +10,13 @@ fi
#pager setup
#-C faster reprints
#-F auto quit if less than 1 screen
#-M more status
#-I case insensitive
#-j 5 show X lines above search for context
#-R fix ansi esc sequences
## 4 - right/left four chars
export LESS='-C -M -I -j 5 -# 4 -R'
export LESS='-C -F -M -I -j 5 -R -# 4'
# User specific aliases and functions
alias l.='ls -lh --color=auto' 2>/dev/null

Submodule vim/.vim/bundle/calendar.vim updated: 1aee272cc3...f27fcf52c8

Submodule vim/.vim/bundle/jedi-vim updated: f07ff6a535...9a4a4f4074

Submodule vim/.vim/bundle/lightline.vim updated: 41fb97e85b...0532dff598

Submodule vim/.vim/bundle/nerdtree updated: 6188c5ea5f...d6032c876c

Submodule vim/.vim/bundle/supertab added at 40fe711e08

Submodule vim/.vim/bundle/syntastic updated: d17b98cff3...0dde090ed4

Submodule vim/.vim/bundle/vim-easyescape updated: 710f59bc13...7054da8cae

Submodule vim/.vim/bundle/vim-fugitive updated: b14434bae0...a8626a4ca4

Submodule vim/.vim/bundle/vim-surround updated: e49d6c2459...aa1f120ad3

View File

@@ -81,6 +81,13 @@ map <C-n> :NERDTreeToggle<CR>
"lightline colorscheme
let g:lightline = {'colorscheme': 'jellybeans',}
"supertab setting
"let g:SuperTabDefaultCompletionType = "context"
"vim-jedi auto-select first, saves a keystroke
let g:jedi#popup_select_first = 0
let g:SuperTabCrMapping=1
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
@@ -90,20 +97,21 @@ Plugin 'tpope/vim-fugitive'
Plugin 'kien/ctrlp.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'tmhedberg/SimpylFold'
Plugin 'vim-scripts/indentpython.vim'
"Plugin 'vim-scripts/indentpython.vim'
Plugin 'scrooloose/syntastic'
" PEP8 checking plugin
Plugin 'nvie/vim-flake8'
Plugin 'itchyny/lightline.vim'
Plugin 'taohex/lightline-buffer'
"Plugin 'klen/python-mode'
Plugin 'itchyny/calendar.vim'
"Plugin 'itchyny/calendar.vim'
Plugin 'davidhalter/jedi-vim'
Plugin 'tpope/vim-surround'
Plugin 'ap/vim-buftabline'
Plugin 'wellle/targets.vim'
Plugin 'junegunn/goyo.vim'
Plugin 'zhou13/vim-easyescape'
Plugin 'ervandew/supertab'
call vundle#end() " required
filetype plugin indent on " required

View File

@@ -6,8 +6,6 @@ URxvt*shading: 10
URxvt*perl-ext-common: default,matcher
URxvt*matcher.button: 1
! URxvt*url-launcher: /usr/bin/google-chrome
! URxvt*url-launcher: /home/jon/apps/firefox/firefox
URxvt*url-launcher: /usr/bin/firefox
! URxvt.blurRadius: 25