changed trailing in vimrc
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
[alias]
|
[alias]
|
||||||
a = add
|
a = add
|
||||||
|
aa = add .
|
||||||
c = commit
|
c = commit
|
||||||
co = checkout
|
co = checkout
|
||||||
d = diff
|
d = diff
|
||||||
|
|||||||
@@ -21,7 +21,8 @@ set mat=5
|
|||||||
" General
|
" General
|
||||||
set noswapfile
|
set noswapfile
|
||||||
set confirm "cant quit wo saving
|
set confirm "cant quit wo saving
|
||||||
set showmode " shows editing mode
|
set showmode " shows editing mode in status
|
||||||
|
set showcmd " shows commands in status
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set mouse=c
|
set mouse=c
|
||||||
@@ -37,8 +38,8 @@ set smartindent
|
|||||||
|
|
||||||
" Whitespaces
|
" Whitespaces
|
||||||
set list
|
set list
|
||||||
hi SpecialKey ctermbg=White
|
"hi SpecialKey ctermbg=Darkgray " colored tabs
|
||||||
set listchars=tab:\ \ ,trail:\
|
set list listchars=tab:>-,trail:\\
|
||||||
|
|
||||||
" Search
|
" Search
|
||||||
set incsearch
|
set incsearch
|
||||||
|
|||||||
Reference in New Issue
Block a user