Replies: 2 comments 1 reply
-
Hi, sorry I am not at the moment. I'll let you know if I change my mind, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay. In case anyone's interested in using this, I've packaged this functionality as a standalone plugin: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since 3.3, the content of the killring is visible via
$fish_killring
. (I guess it is NUL-separated, but it's not documented.)Built-in behaviour is using
ctrl+y
andalt+y
to paste something from the killring into commandline, see https://fishshell.com/docs/current/interactive.html#copy-and-paste-kill-ringI thought it would be nice to use fzf to choose something from it, so I hacked something together this morning, and it seems to work fine for me:
Are you interested in adding this feature to your plugin?
Beta Was this translation helpful? Give feedback.
All reactions