Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: gitlab.com
- URL: https://gitlab.com/dpremy/dot-tmux
- Owner: dpremy
- License: ms-rl
- Created: 2016-03-28T20:55:48.910Z (over 8 years ago)
- Default Branch: master
- Last Synced: 2024-10-04T21:15:35.525Z (about 1 month ago)
- Topics: bsd, cheatsheet, dot-files, linux, tmux, tmux-configuration, unix
- Stars: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.