unbind-key i unbind-key [ unbind-key ] unbind-key & unbind-key % unbind-key '"' unbind-key C-b set -g prefix C-a bind-key a send-prefix bind-key h split-window -v bind-key K confirm kill-server bind-key k confirm kill-window bind-key Escape copy-mode bind-key v split-window -h bind-key k clear-history set -g mouse on set -g history-limit 30000 set -g display-panes-time 2000 set -g default-terminal "screen-256color" set -g set-titles on set -g set-titles-string "tmux:#I [ #W ]" set -g status-interval 1 set -g message-style bg=yellow,fg=white,bold set -g status-style bg=green,fg=white,bold set -g status-justify centre set -g status-left "#[bg=#0087af] #H #[bg=default] " set -g status-right "#[bg=#d75f00] %d/%m/%Y - %I:%M %P " set -ga terminal-override ',rxvt-uni*:XT:Ms=\E]52;%p1%s;%p2%s\007' # Plugin set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'nhdaly/tmux-scroll-copy-mode' set -g @plugin 'tmux-plugins/tmux-yank' set -g @shell_mode 'vi' set -g @yank_selection 'primary' # Initialize TMUX plugin manager run '~/.tmux/plugins/tpm/tpm' # EOF