3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vimのヘルプを日本語に

Last updated at Posted at 2012-06-11

1, 以下のリンクから日本語ヘルプファイルをダウンロード
 https://github.com/downloads/vim-jp/vimdoc-ja/vimdoc-ja.tar.gz (tarファイル)
 https://github.com/downloads/vim-jp/vimdoc-ja/vimdoc-ja.zip (zipファイル)

2, ダウンロードしたdoc/内のファイルとsyntax/内のファイルを以下のディレクトリにコピー
 Windowsの場合
  $HOME
   vimfiles/
    doc/ (このディレクトリにダウンロードしたdoc/内のファイルをコピー)
    syntax/ (このディレクトリにダウンロードしたsyntax/内のファイルをコピー)
 Macの場合
  $HOME
   .vim/
    doc/ (このディレクトリにダウンロードしたdoc/内のファイルをコピー)
    syntax/ (このディレクトリにダウンロードしたsyntax/内のファイルをコピー)

3, vimを起動して以下の:helptagsコマンドを実行、これで:helpが日本語になります

"Windowsの場合
:helptags $HOME/vimfiles/doc
"Macの場合
:helptags $HOME/.vim/doc
3
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?