mirror of
https://github.com/TrentSPalmer/trentdocs_website.git
synced 2025-07-30 21:01:37 -07:00
add tmux/byobu copy mode tip
This commit is contained in:
@ -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> ]`
|
||||
|
Reference in New Issue
Block a user