aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/org/config.org
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-02 07:15:50 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-05 02:59:45 +0100
commitbe092753dfadfbffbc07db4c8d68fa543e2e4cc2 (patch)
treed7a6ac265d7c79c02b7de84f5696835c42cca4fc /Doom/.doom.d/org/config.org
parenta62791091ed21a77677d21061ddda6f2520f5150 (diff)
downloaddotfiles-be092753dfadfbffbc07db4c8d68fa543e2e4cc2.tar.gz
dotfiles-be092753dfadfbffbc07db4c8d68fa543e2e4cc2.tar.bz2
dotfiles-be092753dfadfbffbc07db4c8d68fa543e2e4cc2.zip
~bindings for section jumping to jump-item
Section jumping can be done through the square bracket binds, which are actually quite intuitive. So I instead bound TAB to be jump item (usually in vim it's "%") which allows me to quick jump around files.
Diffstat (limited to 'Doom/.doom.d/org/config.org')
-rw-r--r--Doom/.doom.d/org/config.org5
1 files changed, 1 insertions, 4 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org
index d00e82d..b72627b 100644
--- a/Doom/.doom.d/org/config.org
+++ b/Doom/.doom.d/org/config.org
@@ -537,8 +537,5 @@ General keymap
*** Non-leader
#+BEGIN_SRC elisp
(map!
- :n "gk" #'evil-backward-section-begin
- :n "gK" #'evil-backward-section-end
- :n "gj" #'evil-forward-section-begin
- :n "gJ" #'evil-forward-section-end)
+ :n "TAB" #'evil-jump-item)
#+END_SRC