Created
November 23, 2014 20:46
-
-
Save rherrick/4f33a24ef55927f9e013 to your computer and use it in GitHub Desktop.
tmux configuration files
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
unbind C-b | |
set -g prefix C-\\ | |
bind | split-window -h | |
bind \ split-window -h | |
bind - split-window -v | |
bind _ split-window -v | |
bind R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded!" | |
# Initialize session binding | |
bind s source-file ~/.tmux/logs | |
bind S source-file ~/.tmux/default |
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
# Default session definition | |
splitw -h -p 50 | |
splitw -v -p 50 | |
selectp -t 0 |
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
splitw -v -p 50 | |
selectp -t 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment