diff --git a/CHANGELOG.develop b/CHANGELOG.develop index abbdf00ef..148d17c94 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -514,6 +514,8 @@ Other: terminal mode, but no longer in GUI mode. (emacs18) *** Core changes - Improvements: + - Bind ~SPC c n~ to ~:cn~ / ~next-error~ and ~SPC c N~ to ~:cN~ / ~previous-error~ + (thanks to Keith Pinson) - Display time spent in =user-config= in home buffer (thanks to Sylvain Benner) - Added dotfile function =dotspacemacs/user-load= (thanks to Sylvain Benner) - Added dotfile function =dotspacemacs/user-env= (thanks to Sylvain Benner) diff --git a/layers/+spacemacs/spacemacs-defaults/keybindings.el b/layers/+spacemacs/spacemacs-defaults/keybindings.el index 2720d0a05..869c97067 100644 --- a/layers/+spacemacs/spacemacs-defaults/keybindings.el +++ b/layers/+spacemacs/spacemacs-defaults/keybindings.el @@ -441,6 +441,8 @@ "cC" 'compile "ck" 'kill-compilation "cr" 'recompile + "cn" 'next-error + "cN" 'previous-error "cd" 'spacemacs/show-hide-compilation-window "cb" 'spacemacs/switch-to-compilation-buffer) (with-eval-after-load 'compile