diff --git a/doom.d/config.org b/doom.d/config.org index ccf7829..a56d95a 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -6,8 +6,14 @@ This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as possibe. It is currently my main C# and Python editor but hopefully it will become my C one soon! - - +* Keybinds and tricks +|-------------+-----------------------------------------------------------------------------------------------------------------------------------| +| Bind | Use | +|-------------+-----------------------------------------------------------------------------------------------------------------------------------| +| ** | to edit a src block in org | +| ** | when in a counsel buffer to read the buffer results into another buffer, so you can read it and do normal vim stuff with it | +| ** | when in a results buffer to edit results buffer. You can edit specific items or the entire thing using a regex. Incredibly useful | +|-------------+-----------------------------------------------------------------------------------------------------------------------------------| * Global variables #+BEGIN_SRC emacs-lisp (setq doom-localleader-key ",")