diff options
| -rw-r--r-- | tmux/tmux.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6e2dc0d..8a9fa3b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -19,14 +19,14 @@ set -g window-status-current-style fg=white,bg=brightblue,bold | |||
| 19 | set -g mode-keys vi | 19 | set -g mode-keys vi |
| 20 | set -g focus-events on | 20 | set -g focus-events on |
| 21 | 21 | ||
| 22 | bind h select-pane -L | 22 | bind h selectp -L |
| 23 | bind j select-pane -D | 23 | bind j selectp -D |
| 24 | bind k select-pane -U | 24 | bind k selectp -U |
| 25 | bind l select-pane -R | 25 | bind l selectp -R |
| 26 | 26 | ||
| 27 | bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}" | 27 | bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}" |
| 28 | bind C-t set -g status | 28 | bind C-t set -g status |
| 29 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" | 29 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" |
| 30 | 30 | ||
| 31 | bind % split-window -h -c "#{pane_current_path}" | 31 | bind % splitw -h -c "#{pane_current_path}" |
| 32 | bind '"' split-window -c "#{pane_current_path}" | 32 | bind '"' splitw -c "#{pane_current_path}" |
