add tmux/byobu copy mode tip

This commit is contained in:
2018-01-16 03:44:40 -08:00
parent e250ef1187
commit f7f4e76e35
5 changed files with 70 additions and 18 deletions

View File

@ -80,3 +80,20 @@ which disks are causing you trouble. For instance, your system log, `journalctl
shows read error on /dev/sdc.
You can use `lsblk -o MODEL,SERIAL` to match the information generated by `zpool status`.
## Byobu/Tmux copy mode
1. Enter Copy Mode
* in byobu use key `F7`
* in tmux use `<prefix> [`
2. Navigate around less/copy buffer using `h,j,k,l`
3. Select text
* `<space>` begins text selection
* move cursor around using `h,j,k,l`
* `<enter>` ends text selection
4. Paste selection in any tmux/byobu window
* in byobu use `alt+insert`
* in tmux use `<prefix> ]`