My blog post posting process:
1. Write an original article in vim or post a classic article you have seen;
2. After writing in Vim, arrange the version, and then perform the shortcut key operations: GG, Shift + V, Shift + G,
"+ Y, explanation:" + y copies the selected content to the system clipboard.
3. Press Ctrl + m to open opera mail and paste it;
4. Write the topic and send it directly to the associated email address of my blogger blog;
OK. An article is complete.
All cut, copy, and paste operations are completed between the vim register + and the system cut clipboard. The Vim register + is associated with the system clipboard, namely:
"+ Y copy to system clipboard
"+ P paste the content in the system clipboard to VIM
Unfortunately, Ubuntu and mint
Vim installed by default does not support the system cut version. You need to perform the following installation:
Sudo apt-Get instal vim-full
Sudo apt-Get instal vim-gnome
Sudo apt-Get instal vim-Gui-common