Skip to content

mpetco/Tmux-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Description

This is my tmux config

PS: don’t forget to run `prefix + I` to install the plugins

List of plugins used

Brief terminology overview

Tmux manages sessions, each session is made up of several windows. Each window contains either one or more panes. A pane is ususally a shell session.

Pretty picture

./screenshots/screenshot1.png

Usage

A list of keybindings in this tmux config. The leader key is C-SPC.

COMMANDKEYBINDINGDESCRIPTION
Tmux related bindings
\C-SPC IReinstall the packages
source-fileC-SPC RResource the configuration
command-promptC-SPC :Use Tmux commands
\C-SPC wList all open sessions and windows
save-bufferC-SPC C-sSave panes and windows
Session related
new-sessionC-SPC qCreate a new session
kill-sessionC-SPC XKill session
rename-sessionC-SPC sRename the session
Window related
new-windowC-SPC cCreate a new window
rename-windowC-SPC rRename the window
split-window -vC-SPC \Split vertically
split-window -hC-SPC -Split horizontally
Pane related
kill-paneC-SPC xKill pane
resize-paneC-SPC hjklPane resizing

About

This is my tmux config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages