12 lines
237 B
Bash
12 lines
237 B
Bash
# Correct tab numbering
|
|
set -g base-index 1
|
|
|
|
# Move tabs to top
|
|
set-option -g status-position top
|
|
|
|
# Mappings
|
|
bind-key v split-window -h
|
|
bind-key s split-window -v
|
|
bind r source-file ~/.tmux.conf
|
|
|
|
source-file ~/dotfiles/tmux/.tmux.theme
|