tmux-config icon indicating copy to clipboard operation
tmux-config copied to clipboard

Nothing happens...

Open latenightz opened this issue 3 years ago • 7 comments

When I run the install script, it installs everything where it needs to be, but when I run tmux new.. nothing changed!

latenightz avatar Apr 21 '21 12:04 latenightz

The same thing here. I use iTerm2 on MAC. Thanks.

xmei2019 avatar Apr 22 '21 21:04 xmei2019

@samoshkin any news on this issue? I use macos 10.15.7, iterm2 3.4.6 and zsh

andrii-yelis avatar May 20 '21 12:05 andrii-yelis

Try running tmux kill-server, quit your terminal, reopen and run tmux again

bwasilewski avatar Jul 01 '21 03:07 bwasilewski

Running source-file ~/.tmux.conf results in a syntax error on line 41

bottervanger avatar Aug 02 '21 09:08 bottervanger

It seems to be hanging on the unbind } statment. Surrounding all unquoted single brackets with quotes makes it work.

bottervanger avatar Aug 02 '21 09:08 bottervanger

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

CENorthrup avatar Oct 01 '21 01:10 CENorthrup

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 .

crvdgc avatar Jan 18 '22 04:01 crvdgc