mirror of https://github.com/bjeanes/dotfiles.git
Ok NOW copy on select is disabled in vim :)
parent
8213fd55bc
commit
c8bb9b7968
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue