Felix Geller
Felix Geller
👋 thought i'd add a PR to check if you want to pull this into tree-edit or a separate package. if you do, there's probably still some more tweaks i...
hey! great presentation at emacsconf - thanks for pouring time into this project :) i'd love to try it for my daily work, but i use mainly golang. i'd like...
It would be great if I could use a variant of `anzu-query-replace` with the current thing-at-point pre-filled into the prompt. `anzu-query-replace-at-cursor` fixes the replacement candidate and I'd like to be...
Found this helpful to reduce the number of candidates. Can be limited to just `ace-jump-char-mode` via dynamic scoping: ``` (let ((ace-jump-mode-limit-window-scope 1)) (call-interactively 'ace-jump-char-mode)) ```