My own configuration files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
255 B

# To access Tmux actions, we'll use Ctrl+A
set -g prefix C-a
# ... not Ctrl+B, which is the default
unbind C-b
# Panes and Windows start at index 1, not 0
set -g base-index 1
set -g pane-base-index 0
# Ctrl+Enter creates a new tab
bind Enter new-window