summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
new file mode 100644
index 0000000..8354426
--- /dev/null
+++ b/.tmux.conf
@@ -0,0 +1,11 @@
1set-option -g history-limit 50000
2set-option -g status-bg black
3set-option -g status-fg white
4set-option -g clock-mode-colour white
5set-option -g clock-mode-style 24
6set-option -g bell-action any
7set-option -g bell-on-alert on
8bind / command-prompt "split-window -h 'exec man %%'"
9bind R source-file ~/.tmux.conf \; display-message " Config reloaded..."
10bind C clock-mode
11bind r move-window -r \ No newline at end of file