diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-10-05 04:39:20 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-10-05 04:39:20 +0900 |
| commit | 8c057abec3b7ba742ff59e400f2dde87c2908917 (patch) | |
| tree | 1ae21ae3328e4abc3c18011fb8e98b59a022c331 /ar | |
| parent | d808581952a5fbe1de0a4f980ee07a56304d07b3 (diff) | |
modified tmux/tmux.conf
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index bbc8c77..9288c4c 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -111,8 +111,8 @@ bind -r 'BSpace' switch-client -l # window bind -r '<' swap-window -d -t -1 bind -r '>' swap-window -d -t +1 -bind -nr 'M-,' previous-window \; refresh-client -S -bind -nr 'M-.' next-window \; refresh-client -S +bind -nr 'M-H' previous-window \; refresh-client -S +bind -nr 'M-L' next-window \; refresh-client -S bind 'c' new-window -c "#{pane_current_path}" bind -nr 'M-BSpace' last-window |
