Cheatsheet.el is a tool for creating your own Emacs cheatsheet. Why I've created this plugin:
All this problems can be solved using cheatsheet.el
(cheatsheet-add :group 'Common :key "C-x C-c" :description "leave Emacs.")
(cheatsheet-show)
and enjoy :-)Command to add a new cheat to your cheatsheet.
(cheatsheet-add :group 'Common :key "C-x C-c" :description "leave Emacs.")
Command to add cheats to the same group.
(cheatsheet-add-group 'Common '(:key "C-x C-c" :description "leave Emacs") '(:key "C-x C-f" :description "find file"))
Command to get current cheatsheet as list of groups, keeping defining order.
[:group :key :description]
. :group
, :key
, :description
are symbols or strings[:name :cheats]
. :name
is a symbol or string, :cheats
is a list of CHEATscheatsheet-get
commandShow buffer with your cheatsheet. Can be closed via C-q
key.
P.S. Thanks @rmuslimov for code review and elisp help!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4