From 2a6690e9fd53a02613796764248006e06ac482d6 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 14 Oct 2018 22:36:16 +0200 Subject: ported vim et al --- userspace/files/.vimrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 userspace/files/.vimrc (limited to 'userspace/files') 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= +" todo t_ve +" todo t_vi -- cgit v1.2.3