Skip to content

tmux 3.0 errors #30

@LockeAG

Description

@LockeAG

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions