Added more
This commit is contained in:
parent
e60cedcc06
commit
405954350d
2 changed files with 10 additions and 1 deletions
|
|
@ -12,8 +12,14 @@ set -g @resurrect-capture-pane-contents 'on'
|
|||
|
||||
# Settings
|
||||
set -g status-right "#{net_speed}"
|
||||
set-option -g default-shell /bin/zsh # default shell
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
|
||||
bind j resize-pane -D 5
|
||||
bind k resize-pane -U 5
|
||||
bind h resize-pane -L 10
|
||||
bind l resize-pane -R 10
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ call vundle#rc()
|
|||
|
||||
" let Vundle manage Vundle, required
|
||||
Plugin 'VundleVim/Vundle.vim'
|
||||
Plugin 'Valloric/YouCompleteMe'
|
||||
|
||||
if iCanHazVundle == 0
|
||||
echo "Installing Bundles, please ignore key map error messages"
|
||||
|
|
@ -38,6 +37,7 @@ call vundle#begin()
|
|||
" let Vundle manage Vundle, required
|
||||
Plugin 'VundleVim/Vundle.vim'
|
||||
Plugin 'Valloric/YouCompleteMe'
|
||||
Plugin 'Vimjas/vim-python-pep8-indent'
|
||||
|
||||
" The following are examples of different formats supported.
|
||||
" Keep Plugin commands between vundle#begin/end.
|
||||
|
|
@ -250,4 +250,7 @@ nnoremap k gk
|
|||
" Do not cut words when breaking lines.
|
||||
set linebreak
|
||||
|
||||
" Searching with "/": Ignore case if search term is lower case.
|
||||
set smartcase
|
||||
|
||||
colorscheme blackboard
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue