Provides a Transient menu interface to a subset of isearch functions. Said functions are grouped as follows in the following sections: - Edit Search String - Replace - Toggle - Misc - Navigation INSTALLATION Enter the code below into your init file to load and install `casual-isearch-tmenu'. Tune the keybinding to your taste. (require 'casual-isearch) (define-key isearch-mode-map (kbd "") #'casual-isearch-tmenu)