diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..1dacd1a --- /dev/null +++ b/tmux.conf @@ -0,0 +1,35 @@ +# Change keybinding from C-b to C-a (screenlike) +unbind C-b +set-option -g prefix C-a +bind a send-prefix + +# Change previous window binding from l to C-a (screenlike) +unbind l +bind C-a last-window + +# Reload configs for faster config testing +bind r source-file ~/.tmux.conf + +# start numbering windows at 1 +set -g base-index 1 +set-window-option -g pane-base-index 1 + +set-window-option -g automatic-rename on +set-option -g set-titles on + +set -g default-terminal screen-256color +set -g status-keys vi +set -g history-limit 1000 + +setw -g mode-keys vi +setw -g mouse on +setw -g monitor-activity on + +# Don't insert a delay before sending escape +set -sg escape-time 0 + +# Bind Alt-