update vim and zsh default config
vim : do not convert tab into spaces .. zsh : vi alias + editor, screen alias
This commit is contained in:
parent
2293289836
commit
96e5966121
3
vimrc
3
vimrc
@ -7,10 +7,9 @@ let g:airline_powerline_fonts = 1
|
||||
filetype plugin indent on
|
||||
" show existing tab with 4 spaces width
|
||||
set tabstop=4
|
||||
set softtabstop=0 noexpandtab
|
||||
" when indenting with '>', use 4 spaces width
|
||||
set shiftwidth=4
|
||||
" On pressing tab, insert 4 spaces
|
||||
set expandtab
|
||||
" Enable highlighted search
|
||||
set hlsearch
|
||||
" Disable VIM matching parenthesis highlighting
|
||||
|
Loading…
Reference in New Issue
Block a user