diff options
Diffstat (limited to 'runtime/gvimrc_example.vim')
-rw-r--r-- | runtime/gvimrc_example.vim | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/runtime/gvimrc_example.vim b/runtime/gvimrc_example.vim index 26b3001220..ad0fa1b982 100644 --- a/runtime/gvimrc_example.vim +++ b/runtime/gvimrc_example.vim @@ -1,14 +1,13 @@ " An example for a gvimrc file. " The commands in this are executed when the GUI is started. " -" Maintainer: Bram Moolenaar <Bram@vim.org> -" Last change: 2001 Sep 02 +" Maintainer: Bram Moolenaar <Bram@vim.org> +" Last change: 2001 Sep 02 " " To use it, copy it to -" for Unix: ~/.gvimrc -" for Amiga: s:.gvimrc +" for Unix: ~/.gvimrc +" for Amiga: s:.gvimrc " for MS-DOS and Win32: $VIM\_gvimrc -" for OpenVMS: sys$login:.gvimrc " Make external commands work through a pipe instead of a pseudo-tty "set noguipty @@ -16,9 +15,9 @@ " set the X11 font to use " set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1 -set ch=2 " Make command line two lines high +set ch=2 " Make command line two lines high -set mousehide " Hide the mouse when typing text +set mousehide " Hide the mouse when typing text " Make shift-insert work like in Xterm map <S-Insert> <MiddleMouse> |