aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.config/tmux/tmux.conf4
-rwxr-xr-xtmux/.local/bin/tmux-projectr (renamed from tmux/.local/bin/tmux-sessionizer)0
-rwxr-xr-xtmux/.local/bin/tmux-sshr (renamed from tmux/.local/bin/tmux-ssh)2
3 files changed, 3 insertions, 3 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index d35748c..396e23a 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -17,8 +17,8 @@ set -g detach-on-destroy off
bind-key -N "Switch last session" A switch-client -l
bind-key -N "Clock" T clock-mode
-bind-key -N "Host: switch" s run-shell ~/.local/bin/tmux-ssh
-bind-key -N "Session: new" f run-shell ~/.local/bin/tmux-sessionizer
+bind-key -N "Host: switch" s run-shell ~/.local/bin/tmux-sshr
+bind-key -N "Session: new" f run-shell ~/.local/bin/tmux-projectr
bind-key -N "Session: switch" F run-shell ~/.local/bin/tmux-sessions
bind-key -N "Window: new" t new-window
diff --git a/tmux/.local/bin/tmux-sessionizer b/tmux/.local/bin/tmux-projectr
index 8dcbabc..8dcbabc 100755
--- a/tmux/.local/bin/tmux-sessionizer
+++ b/tmux/.local/bin/tmux-projectr
diff --git a/tmux/.local/bin/tmux-ssh b/tmux/.local/bin/tmux-sshr
index a0f838b..7120703 100755
--- a/tmux/.local/bin/tmux-ssh
+++ b/tmux/.local/bin/tmux-sshr
@@ -3,7 +3,7 @@
HOST=$(tmux display -p '#h' 2>/dev/null)
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
- tmux -L ssh run-shell "tmux-ssh"
+ tmux -L ssh run-shell "tmux-sshr"
exit 0
fi