On Wed, 26 Sep 2012, Eric Smith wrote:
I have the following binding which works as I want it to.
bind E eval copy 'stuff G' 'stuff Y' 'readreg q' colon 'stuff "! command_foo "' ' paste
"q^M"' '"^M"'
Try using \015 as the 'enter' string instead. No special ctrl chars
first, just that literal
I have the following binding which works as I want it to.
bind E eval copy 'stuff G' 'stuff Y' 'readreg q' colon 'stuff "! command_foo
"' ' paste "q^M"' '"^M"'
The command prints out on the screen "exrc" line with the
argumant pasted from the screen buffer `q'.
My problem is that I cannot make t