A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/mykyta-shyrin/cheatsheet below:

GitHub - mykyta-shyrin/cheatsheet

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.")

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.

Show buffer with your cheatsheet. Can be closed via C-q key.

Enjoy using cheatsheet.el

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