-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I've had an spelling mistake in my TMUX-config.
-set -g default-terminal tmux-256colop
should be
-set -g default-terminal tmux-256color
For some reason, the spelling mistake prevented Lazygit from starting, when opened in a new Pane or Window.
tmux split-pane 'lazygit || bash'Lazygit is the only TUI application that crashed, because of this.
To Reproduce
- Install
tmuxandlazygit. - Create a
.tmux.conffile in your $HOME directory. - Open the
.tmux.conffile and write-set -g default-terminal tmux-256colop. - Save and exit the file.
- Run the
tmuxcommand. - Now, from within TMUX try to open lazygit via the following command.
tmux split-pane 'lazygit || bash'Expected behavior
To not crash.
Version info:
Lazygit - Version
commit=, build date=, build source=Homebrew, version=0.50.0, os=darwin, arch=arm64, git version=2.39.5 (Apple Git-154)
Git - Version:
git version 2.39.5 (Apple Git-154)
TMUX - Version:
tmux 3.5a
Additional context
Setting the default-terminal to tmux-256color fixes the issue, but as said above, Lazygit is the only application, i've encountered, that creashes because of that spelling mistake.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
