Added more window size management with g:nv_window_width
and
g:nv_window_direction
. Can now run fullscreen with :NV!
.
- Rename
g:nv_directories
tog:nv_search_paths
. This emphasizes that you can search directories and files. - Use
shellescape
instead offnameescape
to avoid path issues. - Fix bug in search that would cause it to ignore 1-line long files.
- Color filenames and line numbers.
- rg is now required.
ag
will no longer work. - The preview feature has been reworked. Now, the preview window will show several lines of context around the currently selected line.
- New default for preview window that sensibly sets width. Most users should not need to set this anymore.
- Short pathname display no longer shows
./
before filename if it's in the current working directory.
- You can now restrict your search with arguments passed to
:NV
- Fixed a bug that made preview window too narrow
- Improve path shortening to display (in decreasing order of
priority):
.
..
~
- Python 3 is now required for the path shortening script to work.
- Key mappings to open files are now customizable.
- set
highlight
to usetruecolor
if available and Solarized Dark background.
g:nv_preview_width
is now a percentage. This makes it more useful on small screens, but slightly less useful on large ones without some config.
- Add support for files in
g:nv_directories
- Add (working) short pathnames feature
- Updated README to include use cases and to be easier to read.
- Added
highlight
as (superior) alternative tocoderay