teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
Date: 2019-11-30
Glad to announce the release of the next version of teditor: v1.6.0. It can be found here.
Changes/features in this release:
This is similar to the grep mode in emacs. M-x grep <enter>
type the regex to search for and the file/dir where to search and then press enter. This should open a buffer with all grep results highlighted. From then onwards, pressing enter on each result of grep will take you to that file and line (similar to what happens in grep mode of emacs).