diff --git a/tmux.conf b/tmux.conf index c8830f8..5f9d54b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -129,6 +129,12 @@ bind ^V run "tmux set-buffer -- \"$(xclip -o -selection clipboard)\"; tmux paste bind-key -t vi-copy 'v' begin-selection bind-key -t vi-copy 'y' copy-selection +# Window selection by name +unbind b +bind-key b command-prompt "find-window '%%'" +unbind C-b +bind-key C-b command-prompt "find-window '%%'" + # Détacher tmux unbind ^D bind ^D detach