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

https://github.com/windler/tmuxcfg


https://github.com/windler/tmuxcfg

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# tmux config
Personal tmux config

## Pre reqs
* `git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm`
* `apt-get install xclip` (linux)

## Installation
* `cd ~`
* `git clone https://github.com/windler/tmuxcfg`
* `ln -s -f ./tmuxcfg/.tmux.conf`

## Running tmux
* `export LC_ALL=en_US.UTF-8`
* `tmux`
* Load plugins: `-I`

## Bindings
* `a`: secondary prefix
* `-e`: edit config
* `-r`: reload config
* `-I`: load plugins
* `Shift-Arrows`: navigate windows
* `Alt-Arrows`: navigate panes
* `-Enter`: edit mode
* `-p`: paste
* `-P`: choose from paste buffer
* `-H/J/K/L`: resize panes
* `-m`: toggle mouse on
* `-M`: toggle mouse off
* `-Ctrl+s`: save tmux environment (resurrect)
* `-Ctrl+r`: reload tmux environment (resurrect)