下を.vimrcに書くと、H, J, K, Lで高速移動できる。
.vimrc
noremap H b
noremap J }
noremap K {
noremap L w
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
下を.vimrcに書くと、H, J, K, Lで高速移動できる。
noremap H b
noremap J }
noremap K {
noremap L w
Register as a new user and use Qiita more conveniently
Go to list of users who liked