From daa1e33f553a5fd5d945dd80a443984443a5b12f Mon Sep 17 00:00:00 2001 From: Nir Friedman Date: Tue, 27 Dec 2016 22:36:59 -0500 Subject: [PATCH] Add binding for jump to def'n other window --- layers/+distributions/spacemacs-bootstrap/packages.el | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/+distributions/spacemacs-bootstrap/packages.el b/layers/+distributions/spacemacs-bootstrap/packages.el index ac70983c5..8a5dc3c15 100644 --- a/layers/+distributions/spacemacs-bootstrap/packages.el +++ b/layers/+distributions/spacemacs-bootstrap/packages.el @@ -135,6 +135,7 @@ (define-key evil-normal-state-map (kbd "K") 'spacemacs/evil-smart-doc-lookup) (define-key evil-normal-state-map (kbd "gd") 'spacemacs/jump-to-definition) + (define-key evil-normal-state-map (kbd "gD") 'spacemacs/jump-to-definition-other-window) ;; scrolling transient state (spacemacs|define-transient-state scroll