1
1
Fork 0
dotfiles/tmux/.tmux.conf
2019-08-04 17:13:33 -05:00

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