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
- Host: GitHub
- URL: https://github.com/eylles/tmux-lskeys
- Owner: eylles
- License: apache-2.0
- Created: 2023-08-11T06:35:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T15:26:11.000Z (over 2 years ago)
- Last Synced: 2025-02-27T17:12:24.980Z (11 months ago)
- Topics: awk-script, shell, tmux, tmux-bindings, tmux-conf, tmux-config, tmux-configs, tmux-hotkeys, tmux-plugin, tmux-plugins
- Language: Shell
- Homepage:
- Size: 57.6 KB
- Stars: 3
- 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
```