diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-10-24 23:14:12 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-10-24 23:14:12 +0100 |
commit | 0a538165605e35dcec4146a4e12b4822925141af (patch) | |
tree | 357854b3d5e9b55d7c9ca124cee311822e0c1917 /doom.d/config.org | |
parent | e3cfbe0c46449878cbbbb19501e047b4e96d16ca (diff) | |
download | dotfiles-0a538165605e35dcec4146a4e12b4822925141af.tar.gz dotfiles-0a538165605e35dcec4146a4e12b4822925141af.tar.bz2 dotfiles-0a538165605e35dcec4146a4e12b4822925141af.zip |
-notes and keybinds section
serves no purpose may as well keep in my personal repository
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index cbdfbc6..019e11d 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -6,16 +6,6 @@ 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! -* Notes and keybinds -|-------------+----------------------------------------------------------------------------------------------------------+-----------------| -| Bind | Use | Context | -|-------------+----------------------------------------------------------------------------------------------------------+-----------------| -| *<C-c '>* | To edit a src block | Org | -| *<C-c C-o>* | To read the buffer results into a traversible buffer, so you can read it and do normal vim stuff with it | Counsel | -| *<C-c C-p>* | To edit results buffer. You can edit specific items or the entire thing using a regex. Incredibly useful | Counsel results | -| *<C-o>* | When you've gone to some line or definiton, go back to previous place | Normal | -| *<C-x h>* | Mark whole buffer for copying | Normal | -|-------------+----------------------------------------------------------------------------------------------------------+-----------------| * Global variables #+BEGIN_SRC emacs-lisp (setq doom-localleader-key ",") |