https://github.com/windler/tmuxcfg
https://github.com/windler/tmuxcfg
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/windler/tmuxcfg
- Owner: windler
- Created: 2020-02-27T13:28:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T12:01:56.000Z (about 6 years ago)
- Last Synced: 2026-01-01T12:11:32.832Z (5 months ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)