diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 8 |
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 | |||
| 17 | set -g mode-keys vi | 17 | set -g mode-keys vi |
| 18 | set -g focus-events on | 18 | set -g focus-events on |
| 19 | 19 | ||
| 20 | bind -n C-S-Left previous-window | 20 | bind -r Tab next-window |
| 21 | bind -n C-S-Right next-window | 21 | bind -r BTab previous-window |
| 22 | 22 | ||
| 23 | bind h select-pane -L | 23 | bind h select-pane -L |
| 24 | bind j select-pane -D | 24 | bind j select-pane -D |
| 25 | bind k select-pane -U | 25 | bind k select-pane -U |
| 26 | bind l select-pane -R | 26 | bind l select-pane -R |
| 27 | 27 | ||
| 28 | bind '"' split-window -v -c "#{pane_current_path}" | ||
| 29 | bind % split-window -h -c "#{pane_current_path}" | ||
| 30 | bind c new-window -c "~" | ||
| 31 | |||
| 32 | bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" | 28 | bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" |
| 33 | bind C-t set -g status | 29 | bind C-t set -g status |
| 34 | bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded" | 30 | bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded" |
