aboutsummaryrefslogtreecommitdiffstats
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf9
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 @@
1set -g default-terminal "screen-256color"
2
3unbind C-b
4set -g prefix `
5bind-key ` send-prefix
6
7bind R source-file ~/.tmux.conf \; display-message "Config reloaded..."
8
9status-bg red