Move cheat-sheet to inside config.org

This commit is contained in:
Laurens Miers 2024-09-24 22:18:01 +02:00
parent 3c24cac0c1
commit 5ca1559c20
2 changed files with 12 additions and 9 deletions

View file

@ -1,8 +0,0 @@
C-M-Space : smartparens wrapping
C-c C-c : calculator (see init.el)
C-h k <key-sequence>: lookup key sequence
C-x 0 : close current window
C-q <tab> : insert a <tab>
M-x (un)tabify : (replace) tabs
M-x describe-bindings : list of all mapped keys/commands
M-p : fill-paragraph, works for doxygen as well

View file

@ -866,7 +866,6 @@ Preserve indentation in SRC blocks
)
#+END_SRC
** Save symbol at point
#+BEGIN_SRC emacs-lisp
@ -948,3 +947,15 @@ This should normally be done by the init.el to load this configuration.
(interactive)
(org-babel-load-file my-config-file))
#+END_SRC
** Tips and Tricks
*** Cheat-sheet
| Key | Explanation |
|-----------------------+-----------------------------------------------------------|
| C-h k <key-sequence> | Lookup key sequencesmartparens wrapping |
| C-q <key> | Insert <key> quoted/explicitly. F.e. to insert a tab, ... |
| M-x untabify/tabify | Convert to spaces/tabs |
| M-x describe-bindings | List all mapped keys/commands |
| M-q | Fill paragraph |