summaryrefslogtreecommitdiff
path: root/dotrc/_gvimrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotrc/_gvimrc')
-rw-r--r--dotrc/_gvimrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/dotrc/_gvimrc b/dotrc/_gvimrc
new file mode 100644
index 0000000..dace2c8
--- /dev/null
+++ b/dotrc/_gvimrc
@@ -0,0 +1,22 @@
+set ch=2
+
+set guioptions-=T
+set hlsearch
+set mousehide
+
+set mouse=
+
+highlight Normal guibg=black guifg=white
+highlight Search guibg=grey20 guifg=white
+highlight Cursor guibg=white guifg=NONE
+highlight NonText guibg=black
+highlight Constant gui=NONE guibg=black
+highlight Special gui=NONE guibg=black
+set background=dark
+
+"set guifont=-adobe-courier-medium-r-normal-*-*-120-*-*-m-*-iso8859-9
+"set guifont=-adobe-courier-medium-r-normal-*-*-140-*-*-m-*-iso10646-1
+"set guifont="-windows-proggysquare-medium-r-normal--11-80-96-96-c-70-iso8859-1"
+set guifont=fixed
+
+syntax on