タグ

2011年3月17日のブックマーク (2件)

  • Maximize or set initial window size

    Tip 88 Printable Monobook Previous Next created 2001 · complexity basic · author Leif Wickland · version 6.0 To set the initial size of the Vim window[] Place the following in your vimrc to control the initial size of the Vim or gvim window (change the numbers to what you need): set lines=50 columns=1000 Here is a more sophisticated version: if has("gui_running") " GUI is running or is about to st

    Maximize or set initial window size
    kattton
    kattton 2011/03/17
    最初からウィンドウを最大化する方法
  • Vim documentation: syntax -- highlight-groups

    main help file *syntax.txt*    For Vim バージョン 7.1.  Last change: 2007 May 11 VIMリファレンスマニュアル    by Bram Moolenaar 構文ハイライト                   *syntax* *syntax-highlighting* *coloring* Vimは構文ハイライトによってテキストの一部を別のフォントや色で表示することがで きる。ハイライトするキーワードやテキストは、正規表現パターンによって指定する。 動作を速く保つため、ファイル全体を構文解析するわけではないから、このハイライト 方法には限界が存在する。単語(レキシカル)ハイライトと呼ぶのがより正しいが、皆が 構文ハイライトと呼ぶのでそう呼び続けている。 Vimは全ての端末で構文ハイライトをサポートしている。