feat(tmux): update tmux config and scripts

This commit is contained in:
2025-12-10 09:08:06 +01:00
parent e65c556cc5
commit 3aa8bd8ff1
4 changed files with 14 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ function main() {
if [[ $# -eq 1 ]]; then
selected=$1
else
selected="$(rg -N --no-heading 'Host .*' ~/.ssh \
selected="$(rg -N --no-heading '^Host .*' ~/.ssh \
| sed 's/Host \(.*\)/\1/' \
| SHELL=$(which bash) fzf --cycle \
--bind 'tab:toggle-up,btab:toggle-down' \