From e54abaec45ad05dd5bfc36726589fa9cb481e258 Mon Sep 17 00:00:00 2001 From: Claudemiro Alves Date: Sun, 18 Jan 2009 20:43:02 -0300 Subject: [PATCH] Commented some options the option to set the regiester "* by default the option to set the command line to fit 2 lines --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 25163f5..2755cb2 100755 --- a/vimrc +++ b/vimrc @@ -47,7 +47,6 @@ if has("gui_running") set guioptions-=m " Disable the menu bar set guioptions-=T " Disable the toolbar set mousehide " Hide mouse after chars typed - " set ch=2 " Make command line two lines high endif "====================== Status Line ================================== @@ -87,8 +86,9 @@ set title " show title in console title bar set ttyfast " smoother changes set tabstop=4 " Set a tab to 4 spaces set scrolloff=10 " keep 10 lines when scrolling -set clipboard+="unnamed" " the register "* is set by default +" set clipboard+=unnamed \" the register "* is set by default set mouse=a " In many terminal emulators the mouse works +" set ch=2 " Make command line two lines high "========================= Tab key ==================================== set expandtab " tabs are converted to spaces