encoding to utf-8 as well for vim
This commit is contained in:
parent
5f0b0fa7ba
commit
97b5c7d774
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -17,6 +17,7 @@ set smartcase
|
||||||
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]
|
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]
|
||||||
set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
|
set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
|
||||||
set termencoding=utf-8
|
set termencoding=utf-8
|
||||||
|
set encoding=utf-8
|
||||||
" scroll before reaching the first / final line
|
" scroll before reaching the first / final line
|
||||||
set scrolloff=8
|
set scrolloff=8
|
||||||
set sidescrolloff=15
|
set sidescrolloff=15
|
||||||
|
|
Loading…
Reference in a new issue