zer*_*oos 110 vim keyboard-shortcuts
我知道我可以通过按InsertINSERT模式来执行此操作,但这需要一些拉伸.有没有更方便的快捷方式直接从NORMAL模式进入REPLACE模式?
hoc*_*chl 137
来自ViM手册:
5. Replace mode *Replace* *Replace-mode* *mode-replace* Enter Replace mode with the "R" command in normal mode.
当然,您可以将任何键映射到R,例如通过执行
:map <F5> R
Run Code Online (Sandbox Code Playgroud)
Ser*_*gey 50
您可以按,R然后您将进入REPLACE模式.