summaryrefslogtreecommitdiff
path: root/mac/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-24 18:50:31 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-24 18:50:31 +0900
commit23ac04d605b96804d60e60e181a3982acc05e553 (patch)
treeae38a91dce02595a10760f8e5907621704c24557 /mac/.config/tmux/tmux.conf
parentc5c78f05867f00fd201c106af818eedede12e772 (diff)
updates
Diffstat (limited to 'mac/.config/tmux/tmux.conf')
-rw-r--r--mac/.config/tmux/tmux.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/mac/.config/tmux/tmux.conf b/mac/.config/tmux/tmux.conf
index ccdb412..eb67362 100644
--- a/mac/.config/tmux/tmux.conf
+++ b/mac/.config/tmux/tmux.conf
@@ -1,10 +1,10 @@
### --- TPM --- ###
-set-environment -gF TMUX_PLUGIN_MANAGER_PATH '#{HOME}/.local/bin/tmux/'
+set-environment -gF TMUX_PLUGIN_MANAGER_PATH '#{HOME}/.local/bin/tmux/tpm'
-if 'test ! -d "${TMUX_PLUGIN_MANAGER_PATH}/tpm"' {
+if 'test ! -d "${TMUX_PLUGIN_MANAGER_PATH}"' {
run 'mkdir -p "${TMUX_PLUGIN_MANAGER_PATH}" &&
- git clone https://github.com/tmux-plugins/tpm "${TMUX_PLUGIN_MANAGER_PATH}/tpm" &&
- ${TMUX_PLUGIN_MANAGER_PATH}/tpm/bin/install_plugins'
+ git clone https://github.com/tmux-plugins/tpm "${TMUX_PLUGIN_MANAGER_PATH}" &&
+ ${TMUX_PLUGIN_MANAGER_PATH}/bin/install_plugins'
}
@@ -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-H' previous-window \; refresh-client -S
-bind -nr 'M-L' next-window \; refresh-client -S
+bind -nr 'M-n' previous-window \; refresh-client -S
+bind -nr 'M-p' next-window \; refresh-client -S
bind 'c' new-window -c "#{pane_current_path}"
bind -nr 'M-BSpace' last-window