diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-05 02:55:33 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-05 02:55:33 +0100 |
commit | d9d4c59b784509d1e090b2ad17486acd7bb1ad08 (patch) | |
tree | b2d08185d4c28de69128d2d1c96e1cdc2d451415 /doom.d | |
parent | e1c6376ae269c0753a4982ae8d1474fd7ef646b9 (diff) | |
download | dotfiles-d9d4c59b784509d1e090b2ad17486acd7bb1ad08.tar.gz dotfiles-d9d4c59b784509d1e090b2ad17486acd7bb1ad08.tar.bz2 dotfiles-d9d4c59b784509d1e090b2ad17486acd7bb1ad08.zip |
+Keybinds and tricks heading, with bind table
Allows me to record any keybinds which I find interesting/useful
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/config.org | 10 |
1 files changed, 8 insertions, 2 deletions
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 | +|-------------+-----------------------------------------------------------------------------------------------------------------------------------| +| *<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 #+BEGIN_SRC emacs-lisp (setq doom-localleader-key ",") |