aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf8
1 files changed, 2 insertions, 6 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index f09ed9f..df0934b 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -17,18 +17,14 @@ set -g window-status-current-style fg=white,bg=blue,bold
17set -g mode-keys vi 17set -g mode-keys vi
18set -g focus-events on 18set -g focus-events on
19 19
20bind -n C-S-Left previous-window 20bind -r Tab next-window
21bind -n C-S-Right next-window 21bind -r BTab previous-window
22 22
23bind h select-pane -L 23bind h select-pane -L
24bind j select-pane -D 24bind 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
32bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" 28bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}"
33bind C-t set -g status 29bind C-t set -g status
34bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded" 30bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded"