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
# tmux configuration customaizations | |
# allow for reload on the fly | |
unbind r | |
bind r source-file ~/.tmux.conf \; display 'Reload tmux config' | |
# allow use of mouse | |
# set -g mouse on | |
# set -g mouse-ut8 on |
OlderNewer