gitui
gitui copied to clipboard
opening micro as editor takes 10 seconds
Describe the bug Unacceptably long startup time of the micro editor from within gitui
To Reproduce Steps to reproduce the behavior:
- Add "export EDITOR="micro" to .zshrc
- open terminal
- boot gitui
- Go to "files" tab
- select a 50-line markdown file
- press "e"
- wait 10-12 seconds
Expected behavior micro opening in under a second
Screenshots If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
- OS/Distro + Version: OpenSUSE Tumbleweed (in WSL on Win 11)
- GitUI Version 0.24.3
Additional context Add any other context about the problem here.
I tried opening a 50+ line README.md file with export EDITOR="micro" is set, but micro opened under 1 second. Maybe this is a problem on WSL end? By the way, which repo did you open?
is this still an issue in 0.25?