NickCrew / tmux-config

My Tmux Configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tmux Configuration

Installation

Install the configuration directory

git clone https://github.com/NickCrew/tmux-config.git ~/.tmux.conf.d

Create a ~/.tmux.conf file that sets/overrides local settings and sources ~/.tmux.conf.d/default.conf.

Minimal Example

# ~/.tmux.conf

source ~/.tmux.conf.d/default.conf

set -ga terminal-overrides ",*256col*:Tc"

Plugins

Start tmux and press Prefix + I to install plugins. Plugins will create and install to ~/.tmux/plugins.

Usage

Nested Sessions

Toggle nested sessions using F12. Status bar changes to indicate the outer session keybindings are disabled.

About

My Tmux Configuration


Languages

Language:Shell 100.0%