Posts

Showing posts with the label tune

Tmux - work cases and tune up

Image
 Tmux - work cases and tune-up how to scroll rows in tmux terminal splited windows how to save sessions, layout, dirs and even progs state in tmux how to change horizontal split to vertical split in tmux how to add horizontal and vertical splits in tmux + key bindings how to exit tmux but leave session working  how to attach session to tmux how to know how many sessions you have how to kill sessions how to swith-between sessions how to rename sessions and panes (panes are small part of the window - splatted in tmux) How to reload tmux configuration from tmux For those who don't  aware what is it - this is terminal shell and you can install it for your distro like sudo apt-get install tmux  (for Debian like Ubuntu etc.) 1. How to scroll rows in tmux terminal spitted windows To scroll rows within a specific  tmux  split window (pane), you must first  enter  copy mode . This allows you to navigate and review the pane's scrollback buffer. ...