Skip to content

aelesbao/tmux-ctrlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Session manager for TMUX

Another tmux session manager. Adapted from ThePrimeagen's script with a few tweaks and extra inspiration from other plugins.

Motivation

How it works

Dependencies

For this plugins to work, you should have installed:

  • zsh
  • fd
  • fzf
  • zoxide
  • eza

Installation

set -g @plugin 'aelesbao/tmux-ctrlp'

Press prefix + I to install the plugin.

Manual Installation

Clone the repo:

git clone https://github.com/aelesbao/tmux-ctrlp ~/.tmux/plugins/tmux-ctrlp

Add this line to the bottom of your .tmux.conf:

run ~/.tmux/plugins/tmux-ctrlp/ctrlp.tmux

Reload your TMUX environment:

source-file ~/.tmux.conf

Key bindings

Binding Description
<prefix> C-p Fuzzy find across your defined workspace projects

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages