* vim コマンドメモ [#s10e2f2f]
** 折りたたみ情報の保存と読み込み [#pcb5cce2]
:mkview
:loadview
** レジスタ [#n4cd0560]
レジスタaにヤンク
"ayy
レジスタaをペースト
"ap
レジスタ(レジスタa)を確認
:reg
:reg a
** タグジャンプ [#md654345]
新しくウィンドウを開いてタグジャンプ
C-W C-]
現在のウィンドウを新しいタブに移す
C-W T
** テキストオブジェクト [#nb23c7b2]
引用符"の中を選択
vi"
単語を選択
viw
文を選択
vis
段落を選択
vip
*** 参考 [#ade7cf90]
https://sites.google.com/site/vimdocja/visual-html#visual-operators
** 矩形選択 [#v955809a]
行末まで選択
C-v $
** 最近開いたファイル [#ze11657b]
:MRU
http://www.vim.org/scripts/script.php?script_id=521
** Netrw [#g2e1f980]
,ファイルの表示形式をトグルで変更, i
,ディレクトリ作成, d
,ファイル・ディレクトリ削除, D
,カレントディレクトリの変更, c
** 整形 [#a92df280]
*** formatting [#oba358ee]
gq
*** cindent [#h06047b0]
=
- Alignプラグイン
-- http://www.vim.org/scripts/script.php?script_id=294
-- http://nanasi.jp/articles/vim/align/align_vim.html