Ecosyste.ms: Awesome
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
tmux tmux-plugin tmux-plugins
Last synced: 3 days ago
JSON representation
tmux plugin to show your keybinds, a fancier list-keys
- Host: GitHub
- URL: https://github.com/eylles/tmux-lskeys
- Owner: eylles
- License: apache-2.0
- Created: 2023-08-11T06:35:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-11T13:27:41.000Z (over 1 year ago)
- Last Synced: 2023-08-11T14:20:41.680Z (over 1 year ago)
- Topics: tmux, tmux-plugin, tmux-plugins
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```