This file contains 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
# This sets default key to control-a instead of control-b. | |
# I also recommend remapping caps lock to control in system preferences | |
set-option -g prefix C-a | |
bind-key C-w last-window | |
set -g base-index 1 | |
set-option -g default-terminal "screen-256color" | |
# act like vim | |
setw -g mode-keys vi | |
bind h select-pane -L |