Created
March 5, 2017 05:41
-
-
Save yassu/5f775239a97ddefbbe614b17027cf27f to your computer and use it in GitHub Desktop.
practical-vim-memo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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