We copy the absolute file path

This commit is contained in:
Arun Prakash Jana 2017-06-06 20:24:04 +05:30
parent da9499b138
commit e8942707cd
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 3 additions and 3 deletions

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

2
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 \&?

2
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\