Jeremy Brown
Jeremy Brown
"What I forgot to ask: What behavior do you actually expect?" I expect if Ctrl-Z out of nvim and later use nvr send it a cmd to that it does...
Are there any plans to add the ability to generate a cucumber.json for use in Jenkins? If not, I might be interested in adding it.
It would be nice if I could tell the teams I work with to use Behave so they can write acceptance tests in python. But if the only way to...
I have a similar issue. Trying to quit the panel from a remote session yeilds the same error. I was forced to logout and remove .config/xfce from a shell and...
Why doesn't this just get merged?
Once this is added zellij will be perfect and I will uninstall tmux.
Thanks! This thing is so much more sensible than vnc to localhost.
i have `set -s set-clipboard on` and it's not working for me in neovim. nvim -v NVIM v0.9.0 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 tmux -V tmux 3.3a LMK any other...
Alactritty. My Neovim config is quite large. Let me try with a minimal config and see if I can recreate.
I get the "[oscyank] N charactors copied" in the statusline wit :OSCYankVisual but nothing in my clipboard. Ctrl+Shift+c copies from tmux ``` cat .config/tmux/tmux.conf set -g set-clipboard on ``` ```...