diff --git a/vi/.exrc b/vi/.exrc new file mode 100644 index 0000000..3ef5be5 --- /dev/null +++ b/vi/.exrc @@ -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