Open futurist opened 8 years ago
You can restore only the last keyword, by calling phi-search
twice in sequence (C-s C-s
)
possible to add this feature?
I think it's not very difficult, but I'm a bit busy for now and the feature will not be able soon...
@futurist @zk-phi Try using
(define-key phi-search-default-map (kbd "M-p") #'ivy-previous-history-element)
(define-key phi-search-default-map (kbd "M-n") #'ivy-next-history-element)
Using emacs native isearch, there's M-p, M-n key to switch to previous/next keyword in history when in isearch minibuffer.
Is there any function similar to this in phi-search?