Y
Hacker News
new
|
ask
|
show
|
jobs
by
maniacalrobot
60 days ago
Here’s a simple session switcher: `bind C-a display-popup -E "tmux list-sessions -F '#{session_name}' | fzf --reverse | xargs tmux switch-client -t"`. No plugins, nothing fancy, just works.