Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 887 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 887 Bytes

dpremy tmux config, shell aliases, and cheat sheets

Build Status

Purpose

This repository contains the dotfiles and configs I use with tmux. It is designed to work with GNU stow, but can easily be used without it.

Installation

# if you don't already have GNU stow, install stow for your OS

# clone this repo in to a .files directory
git clone -q https://gitlab.com/dpremy/dot-tmux.git ~/.files/dot-tmux

# use stow to symlink this 'package' in to your home directory
stow -d ~/.files/ -t ~/ -S dot-tmux

Usage

See tmux_cheatsheet.pdf or tmux_cheatsheet.md for some of the most common key bindings. tmux.conf also has comments and may be worth reviewing.