diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-20 10:31:53 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-20 10:31:53 +0900 |
| commit | f745adcce43fb157923b55e0a8b7fe7c3e97f9ca (patch) | |
| tree | 8cc80f2de9f2576f6619d1e829209a9ad7762971 | |
| parent | 5d23fb4348269157d38c1d2e1fbe9b0a62e1314f (diff) | |
modified tmux/tmux.conf
| -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 |
