tmux-config
tmux-config copied to clipboard
Nothing happens...
When I run the install script, it installs everything where it needs to be, but when I run tmux new
.. nothing changed!
The same thing here. I use iTerm2 on MAC. Thanks.
@samoshkin any news on this issue? I use macos 10.15.7, iterm2 3.4.6 and zsh
Try running tmux kill-server
, quit your terminal, reopen and run tmux again
Running source-file ~/.tmux.conf
results in a syntax error on line 41
It seems to be hanging on the unbind }
statment. Surrounding all unquoted single brackets with quotes makes it work.
I think the 'line 41 syntax' issue may be due to the closing bracket being listed before the opening bracket...even though the brackets aren't being used. I swapped line 41 and 42 and was able to load a new session with no issues
I have the same problem running tmux 3.2a. On start, tmux prompts syntax error on Line 41 and Line 100. It is solved by manually apply #44 .