From f850e2b4a0e05499e97e6d560edd731075eed781 Mon Sep 17 00:00:00 2001 From: Josh Medeski Date: Thu, 19 Sep 2024 10:24:04 -0500 Subject: [PATCH] Replace t with sesh Replaces my "t" for the new and improved "sesh" session manager --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88ab06..be841e6 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ A list of tmux plugins. ## Sessions -- [t-smart-tmux-session-manager](https://github.com/joshmedeski/t-smart-tmux-session-manager) - manage tmux sessions in a smart way with zoxide. +- [sesh](https://github.com/joshmedeski/sesh) - Smart session manager for the terminal. - [tmux-conda-inherit](https://github.com/oluevaera/tmux-conda-inherit) - Make new tmux windows and panes inherit the currently active conda environment. - [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum) - Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on. - [tmux-fzf-session-switch](https://github.com/thuanpham2311/tmux-fzf-session-switch) - Open or create a tmux session with fzf with a popup menu.