Skip to content

Commit

Permalink
Commented some options
Browse files Browse the repository at this point in the history
the option to set the regiester "* by default
the option to set the command line to fit 2 lines
  • Loading branch information
dimiro1 committed Jan 18, 2009
1 parent c52c32e commit e54abae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Expand Up @@ -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 ==================================
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e54abae

Please sign in to comment.