mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 04:47:00 +00:00
add tmux scroll
This commit is contained in:
parent
ba93ba5b86
commit
92b6200408
18
README.md
18
README.md
@ -2467,17 +2467,21 @@ or
|
||||
tmux kill-session -t foo
|
||||
```
|
||||
scroll:
|
||||
screeen
|
||||
Hit your screen prefix combination (C-a / control+A), then hit Escape.
|
||||
Move up/down with the arrow keys (↑ and ↓).
|
||||
(screeen)
|
||||
Hit your screen prefix combination (C-a / control+A), then hit Escape.
|
||||
Move up/down with the arrow keys (↑ and ↓).
|
||||
|
||||
Redirect output of an already running process in screen:
|
||||
(C-a / control+A), then hit 'H'
|
||||
Redirect output of an already running process in screen:
|
||||
(C-a / control+A), then hit 'H'
|
||||
|
||||
store screen output for screen:
|
||||
Ctrl+A, Shift+H
|
||||
store screen output for screen:
|
||||
Ctrl+A, Shift+H
|
||||
You will then find a screen.log file under current directory.
|
||||
|
||||
(tmux)
|
||||
Ctrl-b then \[ then you can use your normal navigation keys to scroll around.
|
||||
Press q to quit scroll mode.
|
||||
|
||||
Send command to all panes in tmux:
|
||||
```bash
|
||||
Ctrl-B
|
||||
|
Loading…
Reference in New Issue
Block a user