Add .exrc
This commit is contained in:
parent
9ea9fdd5ec
commit
b9d5233943
|
@ -0,0 +1,17 @@
|
||||||
|
" automatically indent new lines
|
||||||
|
set autoindent
|
||||||
|
|
||||||
|
" automatically write the current file when changing with multiple files open
|
||||||
|
set autowrite
|
||||||
|
|
||||||
|
" activate line numbers
|
||||||
|
set number
|
||||||
|
|
||||||
|
" turn on row and column position
|
||||||
|
set ruler
|
||||||
|
|
||||||
|
" show command and insert modes
|
||||||
|
set showmode
|
||||||
|
|
||||||
|
" set a tab to two spaces
|
||||||
|
set tabstop=2
|
Loading…
Reference in New Issue