Skip to content

TamDik/session-list.tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

session-list.tmux

tmux plugin showing session list in tmux status line

Installation with Tmux Plugin Manager (recommended)

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

set -g @plugin 'TamDik/session-list.tmux'

Hit prefix + I to fetch the plugin and source it.

Manual Installation

Clone the repo:

git clone https://github.com/TamDik/session-list.git  ~/clone/path

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

run-shell ~/clone/path/session-list.tmux

Reload TMUX environment with tmux source-file ~/.tmux.conf.

Usage

To display the session list in the tmux status line, add #{Sessions}.

set -g status-left "#{Sessions}"

For short form, use #{sessions}.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages