Merge branch 'master' of ssh://fatmike/home/jon/dots
This commit is contained in:
1
vim/.vim/bundle/calendar.vim
Submodule
1
vim/.vim/bundle/calendar.vim
Submodule
Submodule vim/.vim/bundle/calendar.vim added at 6d6be26b2a
1
vim/.vim/bundle/jedi-vim
Submodule
1
vim/.vim/bundle/jedi-vim
Submodule
Submodule vim/.vim/bundle/jedi-vim added at 0c6a2b7737
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user