dotfiles/tmux.conf

31 lines
571 B
Bash

# tmux config
# Eryn Wells <eryn@erynwells.me>
set -g prefix C-f
set -g exit-unattached off
set -g default-terminal "screen-256color"
set -g history-limit 10000
# Bells from everywhere
set -g bell-action any
set -g visual-bell off
# Pass xterm titles through
set -g set-titles on
set -g set-titles-string "#T"
set-option -g mode-keys vi
# Start window and pane indexing from 1 instead of 0
set-option -g base-index 1
set-option -g pane-base-index 1
set-option -g status-bg green
setw -g alternate-screen on
setw -g clock-mode-style 24
bind-key C-a last-window