diff options
Diffstat (limited to '')
| -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 2ce8513..f172bd2 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,5 @@ set -g default-terminal "tmux-256color" +set -ga terminal-features "*:hyperlinks" set -g prefix C-a unbind C-b @@ -22,6 +23,7 @@ bind -r h resize-pane -L 5 bind -r m resize-pane -Z set -g mouse on +set-option -g focus-events on set-window-option -g mode-keys vi bind P paste-buffer |
