mekyt
mekyt
Hi @emersion, I have the same problem with a Logitech Bluetooth mouse and I found a hint. I have enabled in Sway configuration the `natural_scroll` for the device: ` input...
I update the pull request by adding an environment variable `$ZULIP_EDITOR_COMMAND` for custom command like `lapce -n -w TEMPFILE` which allow even desktop application , check and report if the...
I updated it. I missed before the trailing empty line that may be create by code editor, to fix that I now use `.rstrip()` to remove trailing empty line and...
I made an update using oslex library to split the command. There are errors because of updates of linting tools, I could fix them but it should be in another...
Update using shlex instead of oslex
I updated the code with setting from ZULIPRC in `editor` key, it should be ZULIPRC > `$ZULIP_EDITOR_COMMAND` > `$EDITOR` read order and print the source at launching. There are linting...
@neiljp everything should be done and clean. I updated the message on opening and add ```text external editor command 'hx' specified in zuliprc file. ``` or with new config source...
I fix the conflicts. Don't hesitate to tell me if there are some improvements need to merge this feature.