Ok NOW copy on select is disabled in vim :)

pull/2/head
Bodaniel Jeanes 2010-12-22 00:27:34 +10:00
parent 8213fd55bc
commit c8bb9b7968
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,5 @@
" hide toolbar
set guioptions-=TaA
set guioptions+=Rr
set guioptions-=T " hide toolbar
set guioptions+=Rr " Turn on scroll bars
if has("gui_macvim")
" macmenu Window.Toggle\ Full\ Screen\ Mode key=<D-CR>
@ -20,5 +19,4 @@ if has("gui_macvim")
" Command-T (a la Textmate)
macmenu &File.New\ Tab key=<nop>
map <D-t> :CommandT<CR>
endif
end

View File

@ -17,7 +17,7 @@ match ErrorMsg '\%>80v.\+'
" UI
set number
set ruler
set guioptions=aAce
set guioptions=ce
set mouse=a
colorscheme railscasts