From 37672027a4982679190acc49253e5e93da82ef7c Mon Sep 17 00:00:00 2001 From: Brian Hogan Date: Mon, 12 Dec 2016 16:25:05 -0600 Subject: [PATCH] Add section on tmux books This updates a reference to my book which is now out of date, but also adds two additional books I'm aware of, along with a new books section. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8947145..2e42904 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [Configuration](#configuration) - [Tools and session management](#tools) - [Plugins](#plugins) +- [Books](#books) - [Miscellaneous](#miscellaneous) ## Tutorials @@ -73,9 +74,14 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [tmux-example-plugin](https://github.com/tmux-plugins/tmux-example-plugin) Example Tmux plugin that actually demonstrates how to build plugins for Tmux - [tmux-test](https://github.com/tmux-plugins/tmux-test) A small framework for isolated testing of tmux plugins. +## Books + +- [Getting Started with tmux](https://www.packtpub.com/hardware-and-creative/getting-started-tmux) +- [tmux 2: Productive Mouse-Free Development](https://pragprog.com/book/bhtmux2/tmux-2) +- [The Tao of tmux](https://leanpub.com/the-tao-of-tmux) + ## Miscellaneous - [Statically linked tmux](https://gist.github.com/rothgar/719ef460efc214c8d222) Install new version without root access -- [tmux book](https://pragprog.com/book/bhtmux/tmux) - [vim-tmux](https://github.com/tmux-plugins/vim-tmux) vim plugin for tmux.conf - [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) Seamless navigation between tmux panes and vim splits