Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eylles/tmux-lskeys

tmux plugin to show your keybinds, a fancier list-keys
https://github.com/eylles/tmux-lskeys

tmux tmux-plugin tmux-plugins

Last synced: 3 days ago
JSON representation

tmux plugin to show your keybinds, a fancier list-keys

Awesome Lists containing this project

README

        

# Tmux lskeys

a prettier list-keys for tmux

## installation

clone repo `git clone https://github.com/eylles/tmux-lskeys ~/clone/path`

Add this line to the bottom of .tmux.conf:
```
run-shell ~/clone/path/tmux-lskeys/main.tmux
```

Reload the tmux environment:

```
# type this in terminal
$ tmux source-file ~/.tmux.conf
```