diff --git a/CHANGELOG.develop b/CHANGELOG.develop index c24215625..5d3f2f1ca 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -3586,11 +3586,11 @@ Other: Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Serghei Iakovlev, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar, Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop C H, Sylvain Benner, Szunti, - Thijs Vermeir, Tianyi Wang, Tim Stewart, timor, TinySong, Titov Andrey, Thomas - de Beauchêne, Tomasz Cichocinski, Trey Merkley, tzhao11, Vincent Taing, Ullas - Holla, Vlad Bokov, Vladimir Kochnev, weihua-lu, wenpin, Wieland Hoffmann, - Witoslaw Koczewski, Xiang Ji, Yi Liu, Zach Latta, Zane Sterling, zer09, Zhige - Xin) + Thijs Vermeir, Tianyi Wang, Tim Ruffing, Tim Stewart, timor, TinySong, Titov + Andrey, Thomas de Beauchêne, Tomasz Cichocinski, Trey Merkley, tzhao11, + Vincent Taing, Ullas Holla, Vlad Bokov, Vladimir Kochnev, weihua-lu, wenpin, + Wieland Hoffmann, Witoslaw Koczewski, Xiang Ji, Yi Liu, Zach Latta, Zane + Sterling, zer09, Zhige Xin) **** Documentation and website - DOCUMENTATION.org: - Fixed the example for how to change the separator style diff --git a/layers/+spacemacs/spacemacs-defaults/packages.el b/layers/+spacemacs/spacemacs-defaults/packages.el index 9a3328154..b9b0c84cf 100644 --- a/layers/+spacemacs/spacemacs-defaults/packages.el +++ b/layers/+spacemacs/spacemacs-defaults/packages.el @@ -80,11 +80,11 @@ (evil-set-initial-state 'Custom-mode 'normal) ;; Notes on how this effects the default `custom-mode-map': ;; - `TAB' works as `widget-forward' without modification - ;; - `' works as `widget-backward' without modification + ;; - `' works as `widget-backward' without modification ;; - `n' as `widget-forward' is redundant with `TAB' and collides with the ;; - `evil-ex-search-next' mapping which is useful here. Omitting ;; intensionally. - ;; - `p' doesn't make any sense without `n' and is redundant with `'. + ;; - `p' doesn't make any sense without `n' and is redundant with `'. ;; Omitting intensionally. ;; - `q' as `Custom-buffer-done' conflicts with the Evil record macro ;; binding, which is, however, of questionable value in a Custom buffer; @@ -93,7 +93,7 @@ ;; - `SPC' as `scroll-up-command' conflicts with the all-important Spacemacs ;; menu. Omitting intensionally. Evil `C-u' works instead. ;; - `S-SPC' as `scroll-down-command' makes no sense without `SPC' as - ;; `scroll-up-command'. Evil `C-u' works instead. + ;; `scroll-up-command'. Evil `C-d' works instead. ;; - `C-x' as a prefix command still works. ;; - `C-c' as a prefix command still works. ;; - `u' as `Custom-goto-parent' conflicts with Evil undo. However it is