Skip to content

Instantly share code, notes, and snippets.

@yassu
Created March 5, 2017 05:41
Show Gist options
  • Save yassu/5f775239a97ddefbbe614b17027cf27f to your computer and use it in GitHub Desktop.
Save yassu/5f775239a97ddefbbe614b17027cf27f to your computer and use it in GitHub Desktop.
practical-vim-memo
Section 1
===========
* >G: 現在の行からファイルの最後までのインデントを一段深くする
* A;<esc>という処理は.で繰り返せる
* 複合コマンド:
* C == c$
* S == ^C
* I == ^i
* O == ko
* s<Space>+<Space><esc>は.で繰り返せる
* ,: ;の逆向きver
* %s/{from}/{to}/g: すべての{from}を{to}に置き換える
* まとめ: 一回のキーストロークをカーソル移動に, もう一回のキーストロークを何が実行するのに使う
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment