Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpremy/dot-tmux
Personal tmux configuration file, managed by dotfiler, and with cheat sheets.
https://github.com/dpremy/dot-tmux
bsd cheatsheet dot-files linxu tmux tmux-configuration unix
Last synced: about 2 months ago
JSON representation
Personal tmux configuration file, managed by dotfiler, and with cheat sheets.
- Host: GitHub
- URL: https://github.com/dpremy/dot-tmux
- Owner: dpremy
- License: other
- Created: 2018-11-23T18:04:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T00:26:09.000Z (about 2 months ago)
- Last Synced: 2024-12-01T01:22:52.339Z (about 2 months ago)
- Topics: bsd, cheatsheet, dot-files, linxu, tmux, tmux-configuration, unix
- Language: Shell
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- 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.