mysql gui vim_vim(一): 小技巧
1) 如何yank字符然后再查找 ( / Ctrl - R 0 ) The most recently yanked text will be stored in the 0 and registers (if no register was explicitly specified e.g. by xy ). Then you can paste the text of any that register in the last line (eith
1) 如何yank字符然后再查找 (/Ctrl-R0)
The most recently yanked text will be stored in the 0 and " registers
(if no register was explicitly specified e.g. by "xy).
Then you can paste the text of any that register in the last line (either in search mode / or in last line command mode : ) with Ctrl-RX, where X is
the register you want to paste.
For example:
/Ctrl-R0
Will paste the contents of the register 0 in
the forward search command pattern.
2) 如何使用不同的寄存器(注意寄存器的調用是以 [“] 開始的)
首先是 :reg 可以查看當前所有的寄存器的狀態(tài)
把內容放到某一個寄存器 “1 yy
調出寄存器里的內容 “1 p
本文原創(chuàng)發(fā)布php中文網(wǎng),轉載請注明出處,感謝您的尊重!
總結
以上是生活随笔為你收集整理的mysql gui vim_vim(一): 小技巧的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 计算机网络谢希仁第七版课后答案完整版
- 下一篇: Unix/Linux环境C编程入门教程(