]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 31 May 2020 04:45:34 +0000 (10:15 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 31 May 2020 04:50:57 +0000 (10:20 +0530)
README.md
nnn.1
plugins/README.md

index 234ae71f6284eef15a99fa3b68683731f033a3a7..a98c71654618c08f75f309eadb94bda63b1e1b15 100644 (file)
--- a/README.md
+++ b/README.md
@@ -122,9 +122,9 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
 
 ## Quickstart
 
-1. [Install](https://github.com/jarun/nnn/wiki/Usage#installation) `nnn` and deps (if you need any).
-2. Configure [cd on quit](https://github.com/jarun/nnn/wiki/Basic-use-cases#configure-cd-on-quit).
-3. Files are opened with the desktop opener by default. Add `-e` in your alias to open text files in `$VISUAL`/`$EDITOR`/ vi. [Open detached](https://github.com/jarun/nnn/wiki/Basic-use-cases#detached-text) if you wish.
+1. [Install](https://github.com/jarun/nnn/wiki/Usage#installation) `nnn` and deps (if you need any). All files are opened with the desktop opener by default.
+2. Add option `-e` to your alias to open text files in `$VISUAL`/`$EDITOR`/ vi. [Open detached](https://github.com/jarun/nnn/wiki/Basic-use-cases#detached-text) if you wish.
+3. Configure [cd on quit](https://github.com/jarun/nnn/wiki/Basic-use-cases#configure-cd-on-quit).
 4. [Install plugins](https://github.com/jarun/nnn/tree/master/plugins#installing-plugins).
 5. Use option `-x` to copy selected file paths to system clipboard and show notis on cp, mv, rm completion.
 6. For a CLI-only environment, customize and use plugin [`nuke`](https://github.com/jarun/nnn/blob/master/plugins/nuke) with option `-c` (overrides `-e`).
diff --git a/nnn.1 b/nnn.1
index 7655af3543b7d6fd327ec5602c403ebf530e33cf..3fb59a2bd3483785642010e45d1d61853f55812c 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -193,6 +193,7 @@ Special keys at filter prompt:
 ------ + ---------------------------------------
  ^char | Usual keybind functionality
  Esc   | Exit filter prompt but skip dir refresh
+ F5    | Exit filter prompt and refresh dir
 ------ + ---------------------------------------
 .Ed
 .Pp
index bb71456c0b8e8c817e4a1477c31be630ba98b61f..164207b0edcb54035d4e12e65dc18aef1d17b63a 100644 (file)
@@ -93,13 +93,13 @@ To select and invoke a plugin from the plugin directory, press <kbd>Enter</kbd>
 
 #### Skip directory refresh after running a plugin
 
-`nnn` refreshes the directory after running a plugin to reflect any changes by the plugin. To disable this (say while running the `mediainfo` plugin on some filtered files), add a `-` before the plugin name:
+`nnn` refreshes the directory after running a plugin to reflect any changes by the plugin. To disable this (say while running the `mediainf` plugin on some filtered files), add a `-` before the plugin name:
 
 ```sh
 export NNN_PLUG='m:-mediainf'
 ```
 
-Now `nnn` will not refresh the directory after running the `mediainfo` plugin.
+Now `nnn` will not refresh the directory after running the `mediainf` plugin.
 
 ## Running commands as plugin