From d31bf182b84ffefd2454c6c737255094b0dadbe3 Mon Sep 17 00:00:00 2001 From: Jana Date: Thu, 11 Jun 2020 11:07:58 +0530 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 4a1c951..5e35902 100644 --- a/Home.md +++ b/Home.md @@ -153,7 +153,7 @@ To edit the selection use the _edit selection_ key. Use this key to remove a fil #### File paths in selection to system clipboard -Use the [program option](https://github.com/jarun/nnn/wiki/Usage#program-options) `-x` to copy selection to the system clipboard. You must have plugins installed. +Use the program option `-x` to copy selection to the system clipboard. You must have plugins installed. #### Grab file paths in selection manually @@ -190,7 +190,7 @@ There are two ways to search and list: - feed a list of file paths as input - search using a plugin (e.g. `finder`) and list the results -File paths must be NUL-separated ('\0'). Paths can be relative to the current directory or absolute. Invalid paths in the input are ignored. Input is limited by 65,536 paths or 256 MiB of data. +File paths must be NUL-separated ('\0'). Paths can be relative to the current directory or absolute. Invalid paths in the input are ignored. Input limit is 65,536 paths or 256 MiB of data. To list the input stream, start `nnn` by writing to its standard input. E.g., to list files in current directory larger than 1M: