From c8a431841caa053860449ef44b26aa6f629c406a Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 19 Apr 2018 06:55:59 +0530 Subject: [PATCH] nnn is always quoted --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e7be2a7..22e28bc4 100644 --- a/README.md +++ b/README.md @@ -443,7 +443,7 @@ Any other value disables colored directories. 2. spawn a shell in the current directory (!) 3. while typing the desired command, copy the file paths (usually ^-Shift-V) -In addition, nnn integrates with vidir. vidir supports batch file move and delete. +In addition, `nnn` integrates with vidir. vidir supports batch file move and delete. #### boost chdir prompt @@ -463,7 +463,7 @@ Enable volume management in your DE file manager and set removable drives or med #### tmux config -nnn might not handle keypresses correctly when used with tmux (see issue #104 for more details). Set `TERM=xterm-256color` to address it. +`nnn` might not handle keypresses correctly when used with tmux (see issue #104 for more details). Set `TERM=xterm-256color` to address it. ### Why fork?