From 28bf368cf14b87d1a96c71f8b2d422d7edf4c39b Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Wed, 27 Mar 2019 19:04:13 -0700 Subject: [PATCH] Outline: Move ^ to zu (#225) --- evil-collection-outline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-collection-outline.el b/evil-collection-outline.el index 0fcbb4b..4829c70 100644 --- a/evil-collection-outline.el +++ b/evil-collection-outline.el @@ -70,6 +70,7 @@ mode." "zl" 'outline-hide-leaves ; Like `outline-hide-body' but for current subtree only, Emacs has "C-c C-l". "zK" 'outline-show-branches ; Show all children recursively but no body. Emacs has "C-c C-k". "zk" 'outline-show-children ; Direct children only unlike `outline-show-branches', and no content unlike `outline-show-entry' and `outline-toggle-children'. Emacs has "C-c TAB". + "zu" 'outline-up-heading "zp" 'outline-hide-other ; Hide all nodes and bodies except current body. Emacs has "C-c C-o". ;; outline-hide-sublevels ; q ; Is it any different from `outline-hide-body'? @@ -85,7 +86,6 @@ mode." (kbd "C-j") 'outline-forward-same-level "gk" 'outline-backward-same-level "gj" 'outline-forward-same-level - "^" 'outline-up-heading (kbd "M-h") 'outline-promote ; Org-mode has "M-", Evil-org has "M-h" (kbd "M-j") 'outline-move-subtree-down ; Org-mode has "M-", Evil-org has "M-j"