I set module as export NNN_PLUG="y:nnn_file_path_yank;" in my .zshrc
And when i launch nnn from inside neovim, do ;y and quit nnn, clipboard content dissapears. Even though it's there until i quit nnn, i can paste it, but when i quit nnn - it's lost.
Its seems to be a wierd problem and maybe im missing something in my own setup, but if you could take a look it will be great
Describe the bug
When leaving nnn clipboard content seems to dissapear
To Reproduce
So i have this
init.vim
and this bash script which i use as an nnn module
I set module as
export NNN_PLUG="y:nnn_file_path_yank;"
in my .zshrcAnd when i launch nnn from inside neovim, do
;y
and quit nnn, clipboard content dissapears. Even though it's there until i quit nnn, i can paste it, but when i quit nnn - it's lost. Its seems to be a wierd problem and maybe im missing something in my own setup, but if you could take a look it will be great