Skip to content

iqlip/tmux_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation steps

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

Key Bindings

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)

h00dy holmes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages