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
# Status bar | |
hardstatus alwayslastline | |
hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]' | |
# Set scrollback buffer | |
defscrollback 5000 | |
# Disable welcome message | |
startup_message off |
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
# Rebind prefix to Ctrl-A | |
set -g prefix C-a | |
unbind C-b | |
bind C-a send-prefix | |
# Bind "r" for reloading configuration | |
bind r source-file ~/.tmux.conf \; display "Configuration reloaded!" | |
# Bind "|" for splitting the current window vertically, and "-" for horizontally | |
unbind % |