Degete / tmux-conf

⚙️ tmux config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmux

TMUX Configuration

Installation:

cd ~
git clone --recursive git@github.com:degete/tmux-conf.git ~/.tmux
ln -s .tmux/tmux.conf .tmux.conf
~/.tmux/plugins/tpm/scripts/install_plugins.sh

Prefix

By default, the prefix is: + a.

However, the default + b can be used instead, to do so uncomment it on general.conf

Plugins

Plugins list

  • Edit plugins.conf
  • Add plugins e.g.: set -g @plugin '<plugin>'

Commands

prefix + I install plugins and reload tmux environment

prefix + U update plugins

prefix + + u remove plugins

A set of tmux options that should be acceptable to everyone.

Restore tmux environment after system restart.

prefix + + s save environment

prefix + + r restore environment

Continuous saving of tmux environment, automatic tmux start when computer/server is turned on and automatic restore when tmux is started.

Mappings

General

+ r reload tmux configuration

prefix + < show tmux session menu

prefix + > reload tmux pane menu

Sessions

+ N rename session

Windows

+ t new window

+ W kill window

+ previous window

+ previous window

+ n rename window

Panes

+ w kill pane

+ d split pane vertical

+ D split pane horizontal

+ + move to upper pane

+ + move to lower pane

+ + move to left pane

+ + move to right pane

+ z zoom pane

About

⚙️ tmux config files