diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-25 05:53:30 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-25 05:53:30 +0900 |
| commit | e7224d0c2da96da16264c28d1c91296e87f5251d (patch) | |
| tree | a702cebeff9ab69d55a2dcf101ae664b42096715 /mac/.config/tmux | |
| parent | 23ac04d605b96804d60e60e181a3982acc05e553 (diff) | |
modified plugins/lsp.lua, modified plugins/markdown.lua, modified aerospace/aerospace.toml, modified tmux/tmux.conf
Diffstat (limited to 'mac/.config/tmux')
| -rw-r--r-- | mac/.config/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/.config/tmux/tmux.conf b/mac/.config/tmux/tmux.conf index eb67362..ef58fc7 100644 --- a/mac/.config/tmux/tmux.conf +++ b/mac/.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-n' previous-window \; refresh-client -S -bind -nr 'M-p' next-window \; refresh-client -S +bind -nr 'M-p' previous-window \; refresh-client -S +bind -nr 'M-n' next-window \; refresh-client -S bind 'c' new-window -c "#{pane_current_path}" bind -nr 'M-BSpace' last-window |
