diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-17 03:26:50 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-17 03:26:50 +0100 |
commit | ac04d7f3a65ebd0f20378879f50d96ab41cbd214 (patch) | |
tree | 32fc0de2edb57c55a50975462e4c638dc09f2e38 /doom.d/config.org | |
parent | 759c502d24cf21eafbf7fd769f7fc6b3c024461f (diff) | |
download | dotfiles-ac04d7f3a65ebd0f20378879f50d96ab41cbd214.tar.gz dotfiles-ac04d7f3a65ebd0f20378879f50d96ab41cbd214.tar.bz2 dotfiles-ac04d7f3a65ebd0f20378879f50d96ab41cbd214.zip |
+Keybind via evil
Go back to previous position via <C-o>
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 6d05edf..f93b40a 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -13,6 +13,7 @@ become my C one soon! | *<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 | +| *<C-o>* | When you've gone to some line or definiton, go back to previous place | |-------------+-----------------------------------------------------------------------------------------------------------------------------------| * Global variables #+BEGIN_SRC emacs-lisp |