diff options
Diffstat (limited to 'tmux/.tmux.conf')
| -rw-r--r-- | tmux/.tmux.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..a0123c0 --- /dev/null +++ b/tmux/.tmux.conf | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | set -g default-terminal "screen-256color" | ||
| 2 | |||
| 3 | unbind C-b | ||
| 4 | set -g prefix ` | ||
| 5 | bind-key ` send-prefix | ||
| 6 | |||
| 7 | bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." | ||
| 8 | |||
| 9 | status-bg red | ||
