aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 5909245..6540462 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -25,6 +25,10 @@ bind j select-pane -D
25bind k select-pane -U 25bind k select-pane -U
26bind l select-pane -R 26bind l select-pane -R
27 27
28bind '"' split-window -v -c "#{pane_current_path}"
29bind % split-window -h -c "#{pane_current_path}"
30bind c new-window -c "~"
31
28bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" 32bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}"
29bind C-t set -g status 33bind C-t set -g status
30bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded" 34bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded"