# screen behaviour unbind C-b set -g prefix C-a unbind C-a bind C-a send-prefix # config reload unbind r bind r source-file ~/.tmux.conf # more ergonomic splitting unbind | bind | split-window -h unbind - bind - split-window -v # more ergnomic window numbers set -g base-index 1 setw -g pane-base-index 1 # HOWTO copy: PREFIX+[, space, select text, enter, PREFIX+] # enable mouse set -g mouse on # powerline run-shell "powerline-daemon -q || true" source "/usr/share/powerline/bindings/tmux/powerline.conf" # plugins set -g @plugin 'tmux-plugins/tpm' run '~/.tmux/plugins/tpm/tpm'