简体   繁体   中英

Explain "+gP command from gvim menu

In Gvim, the command for paste in the menu is " + g P

My understanding is that " indicates I'll be pasting from a specific register, + indicates the register (some sort of global shared register? the clipboard?), and P is the paste command.

However, this leaves the g unexplained. What does it do?

See :help gP :

Just like "P", but leave the cursor just after the new text. {not in Vi}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM