Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://gitlab.com/dpremy/dot-tmux

Personal tmux configuration file, managed by dotfiler, and with cheat sheets.
https://gitlab.com/dpremy/dot-tmux

bsd cheatsheet dot-files linux tmux tmux-configuration unix

Last synced: 23 days ago
JSON representation

Personal tmux configuration file, managed by dotfiler, and with cheat sheets.

Awesome Lists containing this project

README

        

# dpremy tmux config, shell aliases, and cheat sheets

![Build Status](https://ci.davidremy.me/api/badges/dpremy/dot-tmux/status.svg)

## Purpose

This repository contains the dotfiles and configs I use with tmux. It is designed to work with [GNU stow](https://www.gnu.org/software/stow/), but can easily be used without it.

## Installation

```shell
# 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](./cheatsheets/tmux_cheatsheet.pdf) or [tmux_cheatsheet.md](./cheatsheets/tmux_cheatsheet.md) for some of the most common key bindings. [tmux.conf](.config/tmux/tmux.conf) also has comments and may be worth reviewing.