Command-line CTRL-U, CTRL-Y#17
Conversation
|
@tpope Fully implemented ctrl-w and ctrl-u. General idea is to compare |
There was a problem hiding this comment.
Used this approach similar to <C-T> below, because <c-\>e was causing unpleasant flicker.
|
@tpope I've been using this for a couple weeks without issue. What are your thoughts? I can add |
|
What are the chances of this ever getting merged in? It would be really nice to use C-u |
|
I can send an updated PR without the CTRL-W stuff. After using it for a long time I think CTRL-W is more trouble than it is worth. For it to be useful it needs to "append" as readline does, and that would be a lot of fiddly code. However CTRL-U is definitely useful and works without issue.
|
|
Updated. Now only maps CTRL-U and CTRL-Y. |
|
I worry a bit about re-purposing |
ref #1
@-register@-register