diff options
| author | 2018-04-19 06:55:59 +0530 | |
|---|---|---|
| committer | 2018-04-19 06:55:59 +0530 | |
| commit | c8a431841caa053860449ef44b26aa6f629c406a (patch) | |
| tree | c8a3f8fbde12b2cca70d0dd37a0d56c9b5772c07 | |
| parent | 2eee4ad02899a709d282794c693e07979fb4f3b3 (diff) | |
| download | nnn-c8a431841caa053860449ef44b26aa6f629c406a.tar.gz | |
nnn is always quoted
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -443,7 +443,7 @@ Any other value disables colored directories. 2. spawn a shell in the current directory (<kbd>!</kbd>) 3. while typing the desired command, copy the file paths (usually <kbd>^-Shift-V</kbd>) -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? |