vim
vim で開いているファイルの文字コードや改行コードを変更したい。文字コードの変更: :set fenc=文字コードの種類[eucjp, sjis, utf8]改行コードの変更: :set ff=改行コードの種類[dos,mac,unix]
一般のエディタがTabを4文字か8文字で表示することを踏まえると :set ts=4 sw=4 sts=0 か :set ts=8 sw=4 sts=4 という設定が必要になります。
Ctrl+] : タグジャンプする Ctrl+t : 前のファイルに戻る Ctrl+w, Ctrl+] : ウィンドウ分割されてジャンプする。 Ctrl+x, Ctrl+] : tags ファイルを元に関数を補間する。
http://www.kawaz.jp/pukiwiki/index.php?vim
vim は、ソースコード中でコメント部分を利用してインデントの指定ができる。 vim の main.c を見ると、 /* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":…
http://www.vim.org/scripts/script.php?script_id=861 http://www.itmedia.co.jp/enterprise/articles/0510/10/news002.html
完全な機能をしないらしいので要注意ですな。 http://www.vim.org/scripts/script.php?script_id=922
CTRL + G : カレント行の行番号を表示