diff options
| -rw-r--r-- | tmux/tmux.conf | 2 |
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}" | |||
| 26 | bind C-t set -g status | 26 | bind C-t set -g status |
| 27 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" | 27 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" |
| 28 | 28 | ||
| 29 | bind % split-window -h -c "#{pane_current_path}" | ||
| 30 | bind '"' split-window -c "#{pane_current_path}" | ||
