Git Clone
git clone https://github.com/iqlipx/tmux_config.git
Change directory
cd tmux_config
Give executable permission to install.sh ,localip.sh and vpnIP_VM.sh
chmod +x *.sh
Run the installation script
./install.sh
After installation, Open new terminal and type tmux
Prefix Key: Ctrl+a
Download Plugins: Prefix key + I
Reload Config: Prefix Key + r
--------------------------------------------------------------------
Split Panes:
Vertical: prefix key + |
Horizontal: prefix key + -
--------------------------------------------------------------------
Move Between Panes: Alt + Arrow Keys
Switch Windows: Shift + Left/Right Arrow Keys
Swap Windows: Ctrl + Shift + Left/Right Arrow Keys
New Tmux Window: Ctrl+a + c
Switch Between Tmux Window: Shift + Arrow Keys
Auto-set Tmux Panes: Ctrl+a + Space
Name the Tmux Window: Ctrl+a + ,
Show Current Time: Ctrl+a + t
Give name to a session : tmux new -s <session_name>
Change to a specific window : ctrl+a <window no.> (eg., ctrl+a+0)