This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Force a reload of the tmux config with | |
# CTRL-B r | |
unbind r | |
bind r source-file ~/.tmux.conf \; display "Reloading config..." | |
# VIM mode in CTRL-B [ | |
set-window-option -g mode-keys vi | |
# Start window numbering at 1 | |
set -g base-index 1 |