summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-10Mention avy integration, drop mention to the anzu packageexternals/isearch-mbAugusto Stoffel
2024-03-09Version 0.8Augusto Stoffel
2023-10-20Fix issue with isearch--describe-regexp-mode returning nil (#26)Will Dey
2023-02-18Bump versionAugusto Stoffel
2023-02-11Use cursor-in-echo-area instead of inhibit-redisplayAugusto Stoffel
2022-09-17Version 0.6Augusto Stoffel
2022-09-10Set lazy-highlight-buffer globallyAugusto Stoffel
2022-03-25Bump versionAugusto Stoffel
2022-03-19Expand README note on lax whitespaceAugusto Stoffel
2022-03-16Define scroll up/down commandsAugusto Stoffel
2022-03-02Remove isearch pre/post command hooks instead of overriding themAugusto Stoffel
2022-03-01Unset overriding-terminal-local-mapAugusto Stoffel
2022-02-26Mention the wiki in the READMEAugusto Stoffel
2022-02-24Fix code block markupAugusto Stoffel
2022-02-24Bump versionAugusto Stoffel
2022-02-20Note that some motion commands act in the search bufferAugusto Stoffel
2022-02-20Support motion commands using the new 'isearch-motion' propertyAugusto Stoffel
2022-01-28Convert README to org formatAugusto Stoffel
2022-01-28Make future history customizableAugusto Stoffel
2022-01-28Compute future history only when neededAugusto Stoffel
2021-06-26Note about FSF copyright assignmentAugusto Stoffel
2021-06-06Add ELPA badge and bump versionAugusto Stoffel
2021-06-06Override isearch-post-command-hook inside isearch-mbAugusto Stoffel
2021-06-06Add a customization groupAugusto Stoffel
2021-05-22Avoid recenter only when ending the search normallyAugusto Stoffel
2021-05-21Avoid recenter when ending the searchAugusto Stoffel
2021-05-21Set an isearch-error on invalid regexpAugusto Stoffel
2021-05-21Uncapitalize the word "isearch"Augusto Stoffel
2021-05-21Fix indentationAugusto Stoffel
2021-05-19Refine Readme and CommentaryAugusto Stoffel
2021-05-18Bump versionAugusto Stoffel
2021-05-17Prepare for inclusion in GNU ELPAAugusto Stoffel
2021-05-17Pad lazy count so that it only growsAugusto Stoffel
2021-05-17Update ReadmeAugusto Stoffel
2021-05-17Use remapping in minibuffer keymapAugusto Stoffel
2021-05-17Replace advices by let-bindings where possibleAugusto Stoffel
2021-05-17Better place to check if Isearch is still activeAugusto Stoffel
2021-05-17Keep advices only for the duration of a search sessionDaniel Mendler
2021-05-14Require cl-lib when compilingAugusto Stoffel
2021-05-14Define only a global minor mode.Augusto Stoffel
2021-05-13Add a ReadmeAugusto Stoffel
2021-05-13Use after-change-functionsAugusto Stoffel
2021-04-30Provide future historyAugusto Stoffel
2021-04-30Display error messages occurring at the beginning of searchAugusto Stoffel
2021-04-30Fix post-command hook for the failed search caseAugusto Stoffel
2021-04-30Add keybinding for newlineAugusto Stoffel
2021-04-26Rename minor modes, move a test to the timer functionAugusto Stoffel
2021-04-25Several improvements, reorganizationAugusto Stoffel
2021-04-23Introduce a buffer-local minor modeAugusto Stoffel
2021-02-06Lazily highlight the whole buffer, to avoid missing overlaysAugusto Stoffel