Charlie Groves
Charlie Groves
@ngraham20 and @cor, are you using kitty as your terminal emulator, too? Or another terminal?
I believe https://github.com/helix-editor/helix/pull/4576 should keep us from panicking on media keys. Could I get someone experiencing the issue to try that branch? kitty isn't sending media keys through for me,...
> Would this also obsolete #1343 ? I think maybe? It's complicated and I'm not a `tmux` user, so I'm just basing this answer on reading their docs and may...
Was fun to learn more about base64!
Here's my immediate reactions on reading this: * Is there any point to having a `--remote` flag now? With this, it feels like `--server` says do what you would normally...
``` This doesn't work, all arguments after --remote will be used as file names: > nvim --remote --server ~/.cache/nvim/server.pipe file.txt ``` > What is the purpose of that? It was...