atom-isearch
atom-isearch copied to clipboard
Incremental search for Atom
When issuing `isearch` and quitting it, it would be nice if the next invocation of isearch can repeat the last search term (like hitting Ctrl-S again in Emacs does). Thanks...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.3 **System**: Mac OS X 10.10.4 **Thrown From**: [isearch](https://github.com/t9md/atom-isearch) package, v0.1.12 ### Stack Trace Uncaught TypeError: Cannot read property...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.3 **System**: Mac OS X 10.10.4 **Thrown From**: [isearch](https://github.com/t9md/atom-isearch) package, v0.1.12 ### Stack Trace Uncaught TypeError: Cannot read property...
Regular searching does just fine. In vim-mode-next, I can type anything lower case or mixed case and find it, hit enter, and then use vim's "n" command to find the...