Is it possible to open a window with all
the registers value listed and editable?
Or is it possible to open a window that shows
just one given register that I want to edit?
I'm thinking of a special 'buftype' window
like *cmdline-window except that when
I run :wq the contents will be saved back
into the register. This would be very handy
for editing macros stored in registers.

Currently I have to paste the register to a
new line; edit the text; do a visual select;
then delete the selected text back into the
original register. Not hard, but tedious.
It seems like I should be able to do
something like this:

        :splitregister q

That would open a split window with
the contents of register q ready to edit.
Writes will get saved back to the
original register given, q.

--
Noah

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to