Skip to content

Instantly share code, notes, and snippets.

@masaakif
Last active February 27, 2018 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masaakif/58607 to your computer and use it in GitHub Desktop.
Save masaakif/58607 to your computer and use it in GitHub Desktop.
自分用のvimrc追加コマンド
" vim:set ts=8 sts=2 sw=2 tw=0:
"
" Last Change: 05-Feb-2009.
" Maintainer: masaakif
" source $VIM/fujiwara_rc
set guifont=BDF_M+:h7.5:cSHIFTJIS
map "s :set guifont=BDF_M+:h7.5:cSHIFTJIS<CR>
map "m :set guifont=MS_Gothic:h9:cSHIFTJIS<CR>
map "l :set guifont=MS_Gothic:h12:cSHIFTJIS<CR>
map "a :!start cmd /k "jruby "c:\Program Files\action-coding\aco.rb" "%:p""<CR>
set nowrap
set runtimepath+=$VIM/Chalice
runtime plugin/chalice.vim
" Set tab space
set sts=2
set ts=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment