From cac169f0831099662559b267716ee8d682cd2d6d Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 5 Jul 2024 14:01:26 +0300 Subject: [PATCH] rm(tmux): remove mapping for ssh session --- home/user/.config/tmux/mappings.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index fd0c1ed..20cde32 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -47,9 +47,6 @@ bind r command-prompt -I '#W' -p "New window name:" "rename-window '%%'" bind R command-prompt -I '#S' -p "New session name:" "rename-session '%%'" -bind H command-prompt -p "Remote host:" "new-session -s 'ssh-%1' -A ssh %1 \; set default-command 'ssh %1' \; set remain-on-exit on" - - bind ';' command-prompt