summaryrefslogtreecommitdiffstats
path: root/ports/csb740/_vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/csb740/_vimrc')
-rwxr-xr-xports/csb740/_vimrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/csb740/_vimrc b/ports/csb740/_vimrc
new file mode 100755
index 0000000..2a127e5
--- /dev/null
+++ b/ports/csb740/_vimrc
@@ -0,0 +1,13 @@
+" Very basic VIM startup file
+"
+" Set tab stop to 4 characters:
+set ts=4
+
+" Turn off syntax-sensitive coloring:
+" syntax off
+
+" Enable C-style indentation:
+" set cindent
+
+" Disable the highlighting of search items:
+set nohlsearch