diff options
| author | Miguel <m.i@gmx.at> | 2018-10-14 22:36:16 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-14 22:36:16 +0200 |
| commit | 2a6690e9fd53a02613796764248006e06ac482d6 (patch) | |
| tree | ea3063ef3ecd0808e9291faf6c56949d91b1b09e /userspace/files | |
| parent | 5aeab1c853e487aa0042d5c32200d623efe908d3 (diff) | |
ported vim et al
Diffstat (limited to 'userspace/files')
| -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 |
