vim
その日に使えたコマンドをしばらくメモしておく
ctrl+e, ctrl+y
relativenumbers
help - Vim日本語ドキュメント
基本的なコマンドが使えるようにする。(hjkl, visual(lineとno line)mode, yank-paste)は基本動作でokとして
checklist
helpの使い方 Learn to use help | Vim Tips Wiki | FANDOM powered by Wikia
. 過去の良い区切りでのコマンドの再実行
fF,tT ^$, wb 主に同一行内での移動(y(ank), d(elete)=cutも)
; fの動作を繰り返す
completion
ctrl+p, ctrl+n
ctagsを使うと良い。
textobject
(forward|backward) search
*と #
easymotion
sneakmode :s{char}{char} justinmk/vim-sneak: The missing motion for Vim
vim keybind configuration window操作
How to open files in vertically/horizontal split windows in Vim from the command line - Super User
CTRL+W w, S, v, q 辺りを手に覚えさせる。
last position
\` goes to a mark
cursor movement - How do I jump to the location of my last edit? - Vi and Vim Stack Exchange
参考
新人達を1ヶ月でガチvimmerにした方法 - Qiita
時々読んで、これに到達できてるか読む。
What is the difference between the remap, noremap, nnoremap and vnoremap mapping commands in vim? - Stack Overflow
@Kelvin の回答が良い
Vimで変態テキスト処理!シェルコマンドを使い倒す | DevelopersIO
shift-Vの行選択モードでは、選択行を標準入力として受取り、標準(エラー)出力を選択行に出す
pwdと書いておいて、:'<,>'!sh で、カレントディレクトリの表示
rename scriptを書く
Vim tips