]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 15 Aug 2020 16:04:23 +0000 (21:34 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 15 Aug 2020 16:24:56 +0000 (21:54 +0530)
README.md
nnn.1

index 82a0aef6a86c61336b1bf81feb58fe96e9e019e5..e414f71d7ff316816bb048973305ae75a0948f48 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
 
 `nnn` (or `n³`) is a full-featured terminal file manager. It's tiny and nearly 0-config with an [incredible performance](https://github.com/jarun/nnn/wiki/Performance).
 
-`nnn` can analyze disk usage, batch rename, launch apps and pick files. The [plugin repository](https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins) has tons of plugins and documentation to extend the capabilities further e.g. preview hovered, (un)mount disks, find & list, file/dir diff, upload files. There's an independent [(neo)vim plugin](https://github.com/mcchrish/nnn.vim).
+`nnn` can analyze disk usage, batch rename, launch apps and pick files. The [plugin repository](https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins) has tons of plugins and documentation to extend the capabilities further e.g. [preview](https://github.com/jarun/nnn/wiki/Live-previews), (un)mount disks, find & list, file/dir diff, upload files. There's an independent [(neo)vim plugin](https://github.com/mcchrish/nnn.vim).
 
 It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw) (Android), Linux, macOS, BSD, Haiku, Cygwin, WSL, across DEs and GUI utilities or a strictly CLI environment.
 
diff --git a/nnn.1 b/nnn.1
index bf3cf9d2353f94e69e828132ac69c43cf4e4e667..0725a02e8e1b8c41bc1aae15fd5343ce840d77d9 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -493,6 +493,8 @@ separated by \fI;\fR:
        but not removed (unless it is generated by -a option).
 .Ed
 .Pp
+.Em https://github.com/jarun/nnn/wiki/Live-previews
+.Pp
 \fBNNN_LOCKER:\fR terminal locker program.
 .Bd -literal
     export NNN_LOCKER='bmon -p wlp1s0'
@@ -506,8 +508,10 @@ separated by \fI;\fR:
     NOTE: Only the first character is considered if not a \fICtrl+key\fR combo.
 .Ed
 .Pp
-\fBnnn:\fR this is a special variable set to the hovered entry before executing
-a command from the command prompt or spawning a shell.
+\fBnnn:\fR this is a special variable.
+.Bd -literal
+    Set to the hovered file name before starting the command prompt or spawning a shell.
+.Ed
 .Pp
 \fBNO_COLOR:\fR disable ANSI color output (overridden by \fBNNN_COLORS\fR).
 .Sh KNOWN ISSUES