summaryrefslogtreecommitdiff
path: root/vimb/config
diff options
context:
space:
mode:
authorTCCQ <thomasmulmer02@gmail.com>2024-09-14 09:52:12 -0700
committerTCCQ <thomasmulmer02@gmail.com>2024-09-14 09:52:12 -0700
commit194cf81baad9bd82348aa3b1bfce8a1601275047 (patch)
tree2776d91c1e143e047914003e840511e22281a481 /vimb/config
parentb1d0c0e10525732b571d172d4198734812d7aef3 (diff)
vimb
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