+Keybinds and tricks heading, with bind table

Allows me to record any keybinds which I find interesting/useful
This commit is contained in:
oreodave
2019-08-05 02:55:33 +01:00
parent e1c6376ae2
commit d9d4c59b78

View File

@@ -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 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 possibe. It is currently my main C# and Python editor but hopefully it will
become my C one soon! become my C one soon!
* Keybinds and tricks
|-------------+-----------------------------------------------------------------------------------------------------------------------------------|
| Bind | Use |
|-------------+-----------------------------------------------------------------------------------------------------------------------------------|
| *<C-c '>* | to edit a src block in org |
| *<C-c C-o>* | 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 |
| *<C-c C-p>* | 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 * Global variables
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq doom-localleader-key ",") (setq doom-localleader-key ",")