タグ

viとvimに関するk2h6-432のブックマーク (2)

  • Graphical vi-vim Cheat Sheet and Tutorial

    Graphical vi-vim Cheat Sheet and Tutorial Learning vi or vim is not easy. But it doesn't have to be that difficult, either. It is, in any case, faster, more powerful, and more productive than editing with any other editor, so you would do very well in investing the time and effort to learn it. Being a vi lover myself, I came up with the idea of providing a graphical cheat sheet for those learning

  • vi master - 環境設定

    9. 環境設定 編集環境の設定である。 viはある程度カスタマイズできる。 主な設定内容は:setと入力することでリスト表示される。 詳細設定まで全て確認したい場合は:set allと入力すれば良い。 次は、vim6.0上で:setにより表示されたリストである。 backupext=.bak laststatus=2 showmatch visualbell ignorecase ruler smartcase incsearch scroll=11 ttyfast 基的に初期設定のまま使って不自由しないと思うが、 一部頭の片隅においておくと便利な設定がある。 showmatch コマンド 動作 括弧の対応を確認することができるようになる。 具体的には、閉じ括弧を入力した際に、一瞬それに対応する括弧にカーソルが移動するのである。 例えば、次の文。というか、プログラムコード。 PrintW

  • 1