From 2bc9bc0dd73c088f7f25d663447040790d648fa2 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Thu, 12 Feb 2015 14:21:16 +0100 Subject: [PATCH] Mention tmux-resurrect-auto in the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f2a680e..5f37f5a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ No configuration is required. You should feel like you never quit tmux. It even (optionally) [restores vim and neovim sessions](#restoring-vim-and-neovim-sessions)! +If you want continuous saving of tmux env, check out +[tmux-resurrect-auto](https://github.com/tmux-plugins/tmux-resurrect-auto) +plugin. + ### Screencast [![screencast screenshot](/video/screencast_img.png)](https://vimeo.com/104763018) @@ -159,6 +163,8 @@ add `HISTCONTROL=ignoreboth` to your `.bashrc` (this is set by default in Ubuntu highlighted text to system clipboard - [tmux-open](https://github.com/tmux-plugins/tmux-open) - a plugin for quickly opening highlighted file or a url +- [tmux-resurrect-auto](https://github.com/tmux-plugins/tmux-resurrect-auto) - + continuous saving of tmux environment ### Reporting bugs and contributing