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

View File

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