summaryrefslogtreecommitdiffstats
path: root/.gvimrc
diff options
context:
space:
mode:
Diffstat (limited to '.gvimrc')
-rw-r--r--.gvimrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gvimrc b/.gvimrc
index e69de29..63c348b 100644
--- a/.gvimrc
+++ b/.gvimrc
@@ -0,0 +1,18 @@
+" Make external commands work through a pipe instead of a pseudo-tty
+"set noguipty
+
+" set the X11 font to use
+" set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
+
+" Make command line two lines high
+set ch=1
+
+" Hide the mouse when typing text
+set mousehide
+
+" Make shift-insert work like in Xterm
+map <S-Insert> <MiddleMouse>
+map! <S-Insert> <MiddleMouse>
+
+" Highlighting strings inside C comments
+let c_comment_strings=1