OpenLink Software

Usage stats on Comfortable handling of registers

 Permalink

an Entity in Data Space: dbkwik.org

To easily swap between different registers it is convenient to map a key to move the registers in a "circular list". The following mapping illustrates the idea: :nnoremap s :let @x=@" \| let @"=@a \| let @a=@b \| let @b=@x Now you can cycle between the registers "", "a, "b by pressing \s (assuming the default backslash for the leader key). * :let @a=@b copies register "b to register "a. * | separates Ex commands; \ escapes the pipe for the map command. This is also useful if you want to copy between the xclipboard and the unnamed standard register of Vim:

Graph IRICount
http://dbkwik.webdatacommons.org14
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] This material is Open Knowledge Creative Commons License Valid XHTML + RDFa
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Copyright © 2009-2012 OpenLink Software