2022-11-29から1日間の記事一覧

vimの読み込みオーダー

vim-jp.org c. Five places are searched for initializations. The first that exists is used, the others are ignored. The $MYVIMRC environment variable is set to the file that was first found, unless $MYVIMRC was already set and when using VI…

vim ショートカット

vim のショートカットがまとまっていてよき。 vim.rtorr.com Commandモード時のカーソル移動で、 ctrl-w, ctrl-b で先頭、末尾の移動 ctrl-u で入力の全削除 ができることは分かったが、 未だ分からないのは 1文字単位でのカーソル移動方法(カーソルキーを…