spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
2020-05-06T14:45:30.498100Z

How do i set the truncation the the emacs command history that shows when i press Alt-X? it used to show just 5 or 6 from my recent history now it shows everything and i can't even get to the command options

2020-05-06T22:21:54.001Z

Also whats your favorite way to refactor (honing in on simple refactors like name changes) • clj-refactor - doesn't work on cljs and sometimes fails on clj • projectile rename - just errors out for me • helm ag (e.g SPC / + Ctrl c Ctrl e) lets me edit text and commit it, but its not ideal because a) you cant change file names b) it wont even let me do a mass change easily because i cant select the files otherwise it reverts an edits. • regex-replace = doesnt find matches even though their are some I feel like this is one area where spacemacs is constantly failing to provide a sensible default. That or there is some setup or command im overlooking.