Skip to content

Instantly share code, notes, and snippets.

@rynkjm
Last active October 26, 2021 23:53
Show Gist options
  • Save rynkjm/5cb113dbfb42513b2828 to your computer and use it in GitHub Desktop.
Save rynkjm/5cb113dbfb42513b2828 to your computer and use it in GitHub Desktop.
vimのフォントについてのメモ

フォトチューザの表示

:set guifont=*

現在のフォントの確認

:set guifont

フォントの設定(フォント名にスペースがある場合は\ のようにエスケープ)

" .vimrcでフォントを指定する例
set guifont=Ricty\ Regular\ for\ Powerline:h16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment