Segel

Results 22 comments of Segel

You must set ``` mapping = { [''] = cmp.mapping.confirm({ select = true }) } ```

How about this? ``` mapping = { [''] = cmp.mapping(cmp.mapping.confirm({ select = true }), { 'i', 'c' }) }, ```

Powershell cannot abort many operations including standalone executables like `ping` or `ssh`. It needs a method to forcibly terminate programs for better usability even if programs have not implemented the...

I think it can be done with removing the conditional statement below, but maybe there have been a reason for its existence... https://github.com/kelleyma49/PSFzf/blob/cba20d2c08619354f1022360c811cd48d3e8b451/PSFzf.TabExpansion.ps1#L324-L340 ↓ ```powershell #if ($script:continueCompletion) { $isQuoted =...

Same issue on Arch linux ARM. 6.9.10-1-aarch64-ARCH cb 0.8.2 (commit 9dff27c)

So when will this be fixed? Symlinking is just a temporary fix. WSL resets `/tmp/.X11-unix/` on every initialization.

Currently DownThemAll replaces all special characters in filenames with percent encoding, which often leads to overly long filenames and results in frequent download failures. It would be great to have...