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

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

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

awk-script shell tmux tmux-bindings tmux-conf tmux-config tmux-configs tmux-hotkeys tmux-plugin tmux-plugins

Last synced: 7 months 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
```