Add .exrc

This commit is contained in:
The Magician 2023-11-23 15:10:02 +00:00
parent 9ea9fdd5ec
commit b9d5233943
1 changed files with 17 additions and 0 deletions

17
vi/.exrc Normal file
View File

@ -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