Posts

Showing posts with the label tmux

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 BONUS: visual cheat-sheet   almost all settings are made in mine  .tmux.conf you can download from my gist  put this file into your home directory after you install tmux on your system 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 term...