grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit fe7a2d56ec84c25145e60b7c354cd3524ccdb659
parent f40cfde51ad47ceb763ef2326e4aad2158a4fafe
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  7 Dec 2018 17:39:10 +0000

add `r` and `$` commands

Diffstat:
Mtechnology/linux/general/tmux.md | 13++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/technology/linux/general/tmux.md b/technology/linux/general/tmux.md @@ -1,5 +1,12 @@ # tmux -| command | description | -| --- | --- | -| `prefix s` | switch tmux sessions | +all commands used with `prefix` + +| command | description | +| --- | --- | +| `s` | switch tmux sessions | +| `r` | reload config | +| `$` | rename session | + + +