Last active
February 27, 2018 16:13
-
-
Save masaakif/37303 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" vim:set ts=8 sts=2 sw=2 tw=0: | |
" | |
" Last Change: 18-Dec-2008. | |
" Maintainer: masaakif | |
" source $VIM/masaakif_rc | |
set guifont=MS_Gothic:h9: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> | |
set nowrap | |
set runtimepath+=$VIM/Chalice | |
runtime plugin/chalice.vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment