LoginSignup
5

More than 5 years have passed since last update.

何気に良く使うVim tips #1 前後の文字を入れ替える

Last updated at Posted at 2017-09-19

よくある、前後一文字逆タイプミス

pirnt('hello')

ここで、カーソルをiに持ってて、xpすると

pirnt('hello')
#^ でxp

print('hello')

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5