summaryrefslogtreecommitdiffstats
path: root/.gvimrc
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2016-02-23 08:40:40 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2017-04-18 08:05:25 (GMT)
commit5d4df578ca9829b07a1f686dfb7c71eca1f0d668 (patch)
tree9ea0ae844fa071ca967d892aff6e6cf7ed615f62 /.gvimrc
parent3a0979bd956155f8a052b126c2ac273480889245 (diff)
downloaddotfiles-5d4df578ca9829b07a1f686dfb7c71eca1f0d668.zip
dotfiles-5d4df578ca9829b07a1f686dfb7c71eca1f0d668.tar.gz
dotfiles-5d4df578ca9829b07a1f686dfb7c71eca1f0d668.tar.bz2
vim: Add most of .[g]vimrc files
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