diff options
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index fd1f27d..157968a 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -114,6 +114,10 @@ bind -r ')' switch-client -n \; refresh-client -S bind -nr 'M-N' switch-client -n \; refresh-client -S bind "'" switch-client -t'{marked}' bind -r 'BSpace' switch-client -l +bind -n MouseDown1StatusLeft choose-tree -Zs +bind -n MouseDown3StatusLeft switch-client -l +bind -n WheelUpStatusLeft switch-client -p \; refresh-client -S +bind -n WheelDownStatusLeft switch-client -n \; refresh-client -S # window bind -r '<' swap-window -d -t -1 |
