Tagged in

Register

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

Script Roundup: united-front

united-front (GitHub: ardagnir / united-front, License: AGPL v3) by James Kolb is a plugin for syncing registers between instances of Vim. First a server is run with vim --servername name, and then you can connect other clients to it.


Practical: Registers

Continuing with the trite university themed Vim 101 posts, I thought it would be useful to drop in the occasional practical lesson. Something for you to practice to develop good habits when using Vim.


Vim 101: CTRL-R

Last week I wrote about Vim’s registers, and this week you’ll see one of the many reasons why they’re essential, in the form of CTRL-R.

Inserting Registers in Insert Mode