📅 2010-Apr-15 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ registers, vim ⬩ 📚 Archive
Registers in ViM are clipboard-like buffers used by the editor to store textual information. To see the current registers use:
:registers
Some of the displayed registers are special and hold information relevant to your editing session, like current filename, last search and so on. To learn more use:
:help registers