diff options
| author | 2015-07-23 15:37:38 +0200 | |
|---|---|---|
| committer | 2015-07-23 15:37:38 +0200 | |
| commit | 5c726723647d228b9ac94405b87035aaff88bf3e (patch) | |
| tree | a2af293eef300bd2b3687cf9569ee3e066fa324d | |
| parent | 0791f194ff7414749f6948f6eae70f768fcd8009 (diff) | |
| download | dotfiles-5c726723647d228b9ac94405b87035aaff88bf3e.tar.gz dotfiles-5c726723647d228b9ac94405b87035aaff88bf3e.tar.bz2 dotfiles-5c726723647d228b9ac94405b87035aaff88bf3e.zip | |
Added tmux configs
| -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 | ||
