summaryrefslogtreecommitdiff
path: root/userspace/files/.vimrc
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-14 22:36:16 +0200
committerMiguel <m.i@gmx.at>2018-10-14 22:36:16 +0200
commit2a6690e9fd53a02613796764248006e06ac482d6 (patch)
treeea3063ef3ecd0808e9291faf6c56949d91b1b09e /userspace/files/.vimrc
parent5aeab1c853e487aa0042d5c32200d623efe908d3 (diff)
ported vim et al
Diffstat (limited to 'userspace/files/.vimrc')
-rw-r--r--userspace/files/.vimrc12
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=
+" todo t_ve
+" todo t_vi