mrjones2014 / ctrlg

A command line context switcher, written in Rust :crab:
https://crates.io/crates/ctrlg
MIT License
30 stars 1 forks source link

[Feature]: add a sub-command to print keybindings #67

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Similar Issues

Description

ctrlg keybinds should print out the key bindings of the fuzzy finder. We can use platform-detection to print the right character (alt vs. macOS option symbol) on each platform.

Use Case

Quickly checking keybinds if you've forgotten them.

mrjones2014 commented 2 years ago

Ideally this should live in some sort of data file somewhere so it can be included in the binary as well as included in the README.md, sharing a single source of truth for keybind documentation.