aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index bc47dc6..07347e9 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -26,3 +26,5 @@ bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}"
26bind C-t set -g status 26bind C-t set -g status
27bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" 27bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded"
28 28
29bind % split-window -h -c "#{pane_current_path}"
30bind '"' split-window -c "#{pane_current_path}"