jesseduffield / jesseduffield/lazygit
Text expand not working when trying to do a commit inside lazygit
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
**Describe the bug**
I am using alfred for text snippets that I use everywhere, example:
```
:feat -> ✨ feat():
```
Inside lazygit when trying to do that as the commit message (when pressing `c`) it doesn't work
That being said when trying to do that in various places inside `lazygit` it works
places that expand works correctly:
- search
- execute custom command
- filter by path
**To Reproduce**
Steps to reproduce the behavior:
1. setup text expand using a text expander app (I use alfred)
2. Click `c` to create a commit and enter a message
3. when entering the snippet, it doesn't expand
**Expected behavior**
The text should expand when adding a commit
**Desktop (please complete the following information):**
- OS: MacOS
- Lazygit Version: 0.31.3
Contributor guide
Assessment
This issue has not been assessed yet.