diff options
Diffstat (limited to 'userspace/files/.vimrc')
| -rw-r--r-- | userspace/files/.vimrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/userspace/files/.vimrc b/userspace/files/.vimrc new file mode 100644 index 0000000..a86c950 --- /dev/null +++ b/userspace/files/.vimrc @@ -0,0 +1,12 @@ +set nocompatible +set nobackup "no backup files +set nowritebackup "only in case you don't want a backup file while editing +set noswapfile "no swap files +syntax on +set number +set colorcolumn=73 + +" following should be set from terminfo automatically +set t_me=[37;40m +" todo t_ve +" todo t_vi |
