-
Notifications
You must be signed in to change notification settings - Fork 516
Open
Description
I'm experimenting some errors with MacOS Catalina and latest Tmux 3.0
.tmux.conf:43: syntax error
that seems to be related with:
# Unbind default key bindings, we're going to override
11 unbind "\$" # rename-session
10 unbind , # rename-window
9 unbind % # split-window -h
8 unbind '"' # split-window
7 unbind } # swap-pane -D
6 unbind { # swap-pane -U
5 unbind [ # paste-buffer
4 unbind ]
3 unbind "'" # select-window...
Seems to be a problem with the lack of ''
, maybe I will try unbind '{'
in all special characters
Then de next error is with the conditional statement if
, that may be because is now needed de if-shell
???
If somebody has a guide on how to migrate this to Tmux 3.0, will be very appreciated
nate-double-u, alanwill, 295, Sammyalhashe and BirkhoffLee
Metadata
Metadata
Assignees
Labels
No labels