1
0
Fork 0

[tmux] Replace standard session switcher with an fzf version

Kudos to @WaylonWalker
Source: https://waylonwalker.com/tmux-fzf-session-jump/
main
Sebastian Schulze 2021-10-12 12:12:10 +02:00
parent a99418b4be
commit d211479074
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set -ag terminal-overrides ",xterm-24bit:Tc"
bind s split-window -v
bind v split-window -h
bind l list-sessions
bind enter choose-session
bind enter display-popup -E "tmux list-sessions | sed -E 's/:.*$//' | grep -v \"^$(tmux display-message -p '#S')\$\" | fzf --reverse | xargs tmux switch-client -t"
bind h select-pane -L
bind j select-pane -D