Skip to content

Instantly share code, notes, and snippets.

@yu-orz
Created April 16, 2019 13:09
Show Gist options
  • Save yu-orz/8c1d7f8b3303ac7c94852d858594abfb to your computer and use it in GitHub Desktop.
Save yu-orz/8c1d7f8b3303ac7c94852d858594abfb to your computer and use it in GitHub Desktop.
if has('gui_running')
set showtabline=2
set imdisable
"set transparency=4
map <silent> gw :macaction selectNextWindow:
map <silent> gW :macaction selectPreviousWindow:
set wildchar=<TAB>
set background=dark
set lines=80 columns=220
"set guifontwide=Osaka:h12
"set guifont=Osaka-Mono:h14
"set guifontwide=Ricty:h14
set guifont=Ricty:h13
"set antialias
highlight ZenkakuSpace cterm=underline ctermfg=lightblue guibg=#666666
au BufNewFile,BufRead * match ZenkakuSpace /B!!/
map gw :macaction selectNextWindow:
map gW :macaction selectPreviousWindow:
" set noimdisableactivate
"set guicursor=a:blinkon100
set guicursor=a:blinkon0
endif
" カラースキーマ
"let g:hybrid_use_iTerm_colors = 1
"set background=dark
set background=light
"colorscheme desert
"colorscheme pyte
"colorscheme railscasts
colorscheme zenburn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment