Benoit de Chezelles
Benoit de Chezelles
Clipboard support is implemented using the `clipboard` crate, which doesn't seem to support Wayland.. https://docs.rs/crate/clipboard/latest If you use my PR #121, you could workaround this by specifying a custom clipboard...
What is the problem?
Thanks for the changes, looks nice! While looking at the test file I noticed something that might be improved: ```nix system.defaults.controlcenter.Sound = "always"; system.defaults.controlcenter.StageManager = true; system.defaults.controlcenter.UserSwitcher = "menuBar"; system.defaults.controlcenter.WiFi...
It could be using `git diff --no-index path1 path2` which works well for _any_ paths (file, dir, that is inside or outside a repo) I'm assuming here (but am not...
Please try to run wezterm from wezterm (or another terminal), with [`config.debug_key_events = true`](https://wezfurlong.org/wezterm/config/lua/config/debug_key_events.html), to check what Wezterm detects when you press those keys
It looks like the same problem as in my (old) issue #4259, where the down event is wrong (taking the char from QWERTY layout) but the up event is correct...
I'm suspecting that default keybinds for numbers actually bind to the raw keys, that would explain why it works _all the time by default_.
> I will do a PR when I will have, thank you. Hello, did you ever started to add terraform support ? If not I'm going to do it.