From be092753dfadfbffbc07db4c8d68fa543e2e4cc2 Mon Sep 17 00:00:00 2001 From: dx Date: Sat, 2 May 2020 07:15:50 +0100 Subject: ~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. --- Doom/.doom.d/org/config.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Doom/.doom.d/org') 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 -- cgit v1.2.3-13-gbd6f