Browse Source

add "set wildmode=longest,list,full", tab completion pref

pull/1/head
10sr 12 years ago
parent
commit
7eb6da0b43
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .vimrc

+ 1
- 0
.vimrc View File

@@ -29,6 +29,7 @@ set notitle " do not display editting file on titlebar
set incsearch
set wrapscan "折り返し検索
set showmatch "括弧を閉じた時、対になる括弧を一瞬ハイライトする
set wildmode=longest,list,full
set ruler "行番号、カーソル位置を表示
set nonumber " do not show line number at left side
set laststatus=2 "ステータスラインを常に表示


Loading…
Cancel
Save