Registers
=========
- Command: copy_reg [key]
(none)
Removed. Use `readreg' instead.
- Command: ins_reg [key]
(none)
Removed. Use `paste' instead.
- Command: process [key]
(none)
Stuff the contents of the specified register into the `screen'
input queue. If no argument is given you are prompted for a
register name. The text is parsed as if it had been typed in from
the user's keyboard. This command can be used to bind multiple
actions to a single key.
- Command: register [-e encoding] key string
(none)
Save the specified STRING to the register KEY. The encoding of
the string can be specified via the `-e' option.
- Command: stuff string
(none)
Stuff the string STRING in the input buffer of the current window.
This is like the `paste' command, but with much less overhead.
You cannot paste large buffers with the `stuff' command. It is most
useful for key bindings. Note:Bindkey.