forgit
forgit copied to clipboard
Right interactive panel with changes not shown when glo inside tmux
Check list
- [X] I have read through the README
- [X] I have the latest version of forgit
- [X] I have searched through the existing issues
Environment info
- OS
- [X] Linux
- [ ] Mac OS X
- [ ] Windows
- [ ] Others:
- Shell
- [ ] bash
- [X] zsh
- [ ] fish
Problem / Steps to reproduce
Hi all,
I'm facing a minor issue that I would like to fix. The thing is that when I use forgit inside tmux, then I don't see the interactive panel at right that shows changes when you select the commits from the left when you do a glo.
So if I am not in tmux then it shows the two panels: at left you can see the history of commits and at right you can see the changes. But for some reason this is not the behaviour when you do it inside tmux. So inside tmux I need to <Intro> on every commit to see the changes.
This is my forgit configuration:
export FORGIT_FZF_DEFAULT_OPTS="$FORGIT_FZF_DEFAULT_OPTS
--reverse
--exact
--border
--cycle
--height '90%'
"
Any idea about this?