summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 8354426..a5b34ab 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -5,6 +5,7 @@ set-option -g clock-mode-colour white
5set-option -g clock-mode-style 24 5set-option -g clock-mode-style 24
6set-option -g bell-action any 6set-option -g bell-action any
7set-option -g bell-on-alert on 7set-option -g bell-on-alert on
8set-option -g default-shell /run/current-system/sw/bin/zsh
8bind / command-prompt "split-window -h 'exec man %%'" 9bind / command-prompt "split-window -h 'exec man %%'"
9bind R source-file ~/.tmux.conf \; display-message " Config reloaded..." 10bind R source-file ~/.tmux.conf \; display-message " Config reloaded..."
10bind C clock-mode 11bind C clock-mode