vimのフォントサイズと、タブを記号で表示する設定
May 20, 2009AD:
フォントサイズの変更
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
" フォント設定: if has('win32') " Windows用 set guifont=MS_Gothic:h10:cSHIFTJIS ← h12だったものを、h10に変更 "set guifont=MS_Mincho:h12:cSHIFTJIS " 行間隔の設定 set linespace=1 " 一部のUCS文字の幅を自動計測して決める if has('kaoriya') set ambiwidth=auto endif elseif has('mac') set guifont=Osaka−等幅:h14 elseif has('xfontset') " UNIX用 (xfontsetを使用) set guifontset=a14,r14,k14 endif |
タブを記号で表示する設定
1 2 3 4 |
"タブの表示設定 :set ts=2 sw=2 sts=0 "記号で表示 :set list |
追記
ついでに、下記の内容も追加
1 2 3 4 |
"バックファイルをつくらない :set nobackup "行数を表示させる :set number |
AD:
No Comments, Comment or Ping
Reply to “vimのフォントサイズと、タブを記号で表示する設定”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.