James McCallum

Results 21 comments of James McCallum

No and it's driving me crazy 😜

This appears to still be happening

Hmm doesn't work for me - anybody found any other solutions?

Thanks Faho, when running the command fish_clipboard_paste from shell it is pasting the correct text however when I added the following to my config.fish ``` function fish_user_key_bindings bind yy fish_clipboard_copy...

@faho Sorry new to fish shell, how would you change it yourself?

Ok so here is what I have done. 1. `funced fish_clipboard_copy` 2. `function fish_clipboard_copy if type -q pbcopy commandline | pbcopy else if type -q xsel commandline | xsel --primary...

Sorry I should have used xsel for the example yes it is installed and functioning. 1. `funced fish_clipboard_copy` 2. `function fish_clipboard_copy if type -q pbcopy commandline | pbcopy else if...

Ok thanks for clearing that up, I'll close the issue.

I'm on nixos and I'm using the tmux-yank nix package (which follows the manual installation method). Is there anyway to show what plugins are loaded when done manually?