·
vi
viでよく行う操作の備忘録
なかなか覚えられれないviのコマンド
最終行に移動する
大文字のGを押す
置換する
rを押す
カーソルの下の文字を置き換える
:s/[target_word]/[change_word]
ファイルの全ての該当語句を置換する
:%s/[target_word]/[change_word]/g
複数行のコピーペースト
コピーの開始位置で ms 入力
コピーの終了位置で me 入力
「:'s,'ey」でenter
ペーストしたい位置で p 入力
参考サイト
About the author and the blog
Masayuki Ariki is a Hobby Programmer and an not enthusiastic blogger, curious about any Python modules, Deep learning, and the web. More...