Browse Source

We copy the absolute file path

master
Arun Prakash Jana 7 years ago
parent
commit
e8942707cd
No known key found for this signature in database GPG Key ID: A75979F35C080412
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      nnn.1
  3. +1
    -1
      nnn.c

+ 1
- 1
README.md View File

@@ -177,7 +177,7 @@ Right, Enter, l, ^M | Open file or enter dir
e | Edit entry in EDITOR (fallback vi)
o | Open dir in NNN_DE_FILE_MANAGER
p | Open entry in PAGER (fallback less)
^K | Invoke file name copier
^K | Invoke file path copier
^L | Force a redraw
? | Toggle help screen
Q | Quit and change directory


+ 1
- 1
nnn.1 View File

@@ -82,7 +82,7 @@ Open directory in NNN_DE_FILE_MANAGER
.It Ic p
Open current entry in PAGER (fallback less)
.It Ic ^K
Invoke file name copier
Invoke file path copier
.It Ic ^L
Force a redraw
.It Ic \&?


+ 1
- 1
nnn.c View File

@@ -1280,7 +1280,7 @@ show_help(void)
e | Edit entry in EDITOR (fallback vi)\n\
o | Open dir in NNN_DE_FILE_MANAGER\n\
p | Open entry in PAGER (fallback less)\n\
^K | Invoke file name copier\n\
^K | Invoke file path copier\n\
^L | Force a redraw\n\
? | Toggle help screen\n\
Q | Quit and change directory\n\


Loading…
Cancel
Save