mirror of https://github.com/bjeanes/dotfiles.git
11 lines
222 B
VimL
11 lines
222 B
VimL
|
set shell=/bin/sh
|
||
|
|
||
|
" Mac OS X style command line editing
|
||
|
cnoremap <A-Backspace> <C-W>
|
||
|
cnoremap <D-Backspace> <C-U>
|
||
|
|
||
|
if has("gui_macvim")
|
||
|
" macmenu Window.Toggle\ Full\ Screen\ Mode key=<D-CR>
|
||
|
set transparency=12
|
||
|
endif
|