summaryrefslogtreecommitdiff
path: root/vimb/config
diff options
context:
space:
mode:
Diffstat (limited to 'vimb/config')
-rw-r--r--vimb/config14
1 files changed, 14 insertions, 0 deletions
diff --git a/vimb/config b/vimb/config
new file mode 100644
index 0000000..c44cae1
--- /dev/null
+++ b/vimb/config
@@ -0,0 +1,14 @@
+set editor-command=ALTERNATE_EDITOR=emacs emacsclient -n %s
+set webgl=true
+set hardware-acceleration-policy=never
+set incsearch=true
+set spell-checking=true
+set scripts=false
+
+set font-size=12
+set monospace-font-size=12
+set input-autohide=true
+
+nmap + zI
+nmap - zO
+nmap = zz \ No newline at end of file