From 7a2d6d986062ce6402d19e038cc669693e984986 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 8 Sep 2019 10:40:12 -0400 Subject: [PATCH] [changelog] update helm section for useless buffers support --- CHANGELOG.develop | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index b583982fe..9cd1f6422 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -1639,6 +1639,8 @@ Other: - Load helm before =read-file-name= and =completing-read= (thanks duianto and thanks Miciah for a more elegant solution) - Load helm before =completion-at-point= (thanks to duianto) + - Filter out useless buffers from =helm-mini= on ~SPC b b~, all useless + buffers can be listed using ~SPC b U~ (thanks to Thomas de BeauchĂȘne) - Limited =ripgrep= results to 512 columns by default, and added =spacemacs-helm-rg-max-column-number= layer variable to configure the above limit (thanks to Aaron Jensen, Michael Hauser-Raspe, and Sylvain Benner) @@ -1668,7 +1670,8 @@ Other: - ~SPC s r D for =spacemacs/helm-dir-do-rg-region-or-symbol= - ~SPC s t d for =spacemacs/helm-dir-do-pt= - ~SPC s t D for =spacemacs/helm-dir-do-pt-region-or-symbol= - - Added key binding `sC` for `helm-swoop-clear-cache` (thanks to Yang Qian) + - Added ~SPC b U~ to list all useless buffers(thanks to Thomas de BeauchĂȘne) + - Added ~SPC s C~ for =helm-swoop-clear-cache= (thanks to Yang Qian) - Removed ~SPC s w w~ key binding for =helm-wikipedia-suggest=, which was removed upstream. - Fixes