0
点赞
收藏
分享

微信扫一扫

Replace One Character in Vim

小时候是个乖乖 2022-09-07 阅读 180


Just write down this litte trick for further use. The problem how to replace one character in vim does be really simple for me now.

  • First go into the Command Mode where you can issue many vi(m) commands.
  • Move the cursor to the positon where your wanted character lies.
  • Then press Key r (in lowser case) and enter your desired character to replace the wanted one.

Others

  • ​​vi and Vim Editors Pocket Reference: Support for every text editing task​​
  • Replace One Character in Vim_vim

举报

相关推荐

0 条评论