Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 690 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 690 Bytes

tmux-session-fzf

This plugin allows you to use fzf to change sessions.

Requirements

Installing

Add plugin to the list of TPM plugins in your .tmux.conf.

set -g @plugin 'hokita/tmux-session-fzf'

Use prefix + I install plugin.

Key Binding

Default key is prefix + S(shift + s).

If you change the key bind, add this line into your .tmux.conf. e.g. Change to prefix + y

set -g @custom_session_fzf_key 'y'

License

MIT