Package: tmux Version: 3.5a-2 Architecture: amd64 when I have this as contents of .tmux.conf #set -g default-shell /usr/bin/zsh # I prefer ctrl-a - helps when dealing with machines that only have Screen #unbind C-b #set -g prefix C-a
# Making windows purrty set-window-option -g status-bg cyan set-window-option -g status-fg black #set-window-option -g window-status-current-bg black #set-window-option -g window-status-current-fg white #set -g message-fg white #set -g message-bg black #set -g message-attr bright # More options set-window-option -g automatic-rename on set -g default-terminal "screen-256color" # Mouse options set -g mouse on bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M bind -n WheelDownPane select-pane -t= \; send-keys -M set-option -g default-command "reattach-to-user-namespace -l zsh" # enable wm window titles set -g set-titles on set -g set-titles-string "tmux.#I.#W" # Act like Vim #setw -g mode-keys vi # Vim-like pane navigation # bind C-h select-pane -L # bind h select-pane -L # bind C-j select-pane -D # bind j select-pane -D # bind C-k select-pane -U # bind k select-pane -U # bind C-l select-pane -R # bind l select-pane -R # Vim-like splitting # bind s split-window -v # bind v split-window -h # Vim-like copy # bind-key -t vi-copy 'v' begin-selection # bind-key -t vi-copy 'y' copy-selection # UTF8 fixes - NOTE: They don't seem to work or do anything anymore # set -g mouse-utf8 on # setw -g utf8 on # set -g status-utf8 on running tmux will give this output. [exited] 🚀 61;1;21;22;28c61;7802;1c>|VTE(7802)10;rgb:ffff/ffff/ffff11;rgb:1eb8/1eb8/1eb8>|VTE(7802)10;rgb:ffff/ffff/ffff11;rgb:1eb8/1eb8/1eb8>|VTE(7802)10;rgb:ffff/ffff/ffff11;rgb:1eb8/1eb8/1eb8>|VTE(7802)10;rgb:ffff/ffff/ffff11;rgb:1eb8/1eb8/1eb8>|VTE(7802)10;rgb:ffff/ffff/ffff11;rgb:1eb8/1eb8/1eb8 zsh: command not found: 61 zsh: command not found: 1 zsh: command not found: 21 zsh: command not found: 22 zsh: command not found: 28c61 zsh: command not found: 7802 zsh: no matches found: VTE(7802)10 zsh: no such file or directory: rgb:ffff/ffff/ffff11 zsh: no matches found: VTE(7802)10 zsh: no such file or directory: rgb:ffff/ffff/ffff11 zsh: no matches found: VTE(7802)10 zsh: no such file or directory: rgb:ffff/ffff/ffff11 zsh: no matches found: VTE(7802)10 zsh: no such file or directory: rgb:ffff/ffff/ffff11 zsh: no matches found: VTE(7802)10 zsh: no such file or directory: rgb:ffff/ffff/ffff11 zsh: no such file or directory: rgb:1eb8/1eb8/1eb8 thought it might be zsh but I tried bash as shell and outputs the same. note: tmux.conf has BOM and symlinked to ~/Github/my-dotfiles/tmux/.tmux.conf -- [image: photo] Richard L. Alhama https://www.eihcek.com +639065212220 <+639065212220> | eihcek.com <https://eihcek.com/> | kec...@eihcek.com 188 Juan Luna St., Laoag City, PH <https://maps.google.com/?q=188%20Juan%20Luna%20St.,%20Laoag%20City,%20PH> [image: facebook] <https://facebook.com/eihcek> [image: twitter] <https://twitter.com/kechie>