Skip to content

Fuzzy-finder with preview for jumping between tmux panes.

License

Notifications You must be signed in to change notification settings

cfoust/tmux-fuzzywuzzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-fuzzywuzzy

a tmux fuzzy finder with character

Build Status License: MIT

fuzzywuzzy-screenshot

purpose

Fuzzy find any tmux pane across all of your sessions, windows, and panes and jump to it instantly. It even comes with a preview window.

usage

Set the @fuzzy-wuzzy option in your tmux.conf to whatever key you want fuzzy-wuzzy to be invoked on.

set -g @fuzzy-wuzzy "b"
or
set -g @fuzzy-wuzzy "C-l"
or
set -g @fuzzy-wuzzy "S-v"

Type your prefix and then the key you specified in @fuzzy-wuzzy.

installation

fuzzywuzzy will install fzf automatically. If you are on macOS, it will also install fortune with brew. Otherwise you are responsible for installing fortune (e.g `sudo apt-get install fortune).

Install tpm. Add the following to your .tmux.conf:

set -g @plugin 'cfoust/tmux-fuzzywuzzy'
set -g @fuzzy-wuzzy "b"

About

Fuzzy-finder with preview for jumping between tmux panes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages