mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
We copy the absolute file path
This commit is contained in:
parent
da9499b138
commit
e8942707cd
3 changed files with 3 additions and 3 deletions
|
@ -177,7 +177,7 @@ Right, Enter, l, ^M | Open file or enter dir
|
||||||
e | Edit entry in EDITOR (fallback vi)
|
e | Edit entry in EDITOR (fallback vi)
|
||||||
o | Open dir in NNN_DE_FILE_MANAGER
|
o | Open dir in NNN_DE_FILE_MANAGER
|
||||||
p | Open entry in PAGER (fallback less)
|
p | Open entry in PAGER (fallback less)
|
||||||
^K | Invoke file name copier
|
^K | Invoke file path copier
|
||||||
^L | Force a redraw
|
^L | Force a redraw
|
||||||
? | Toggle help screen
|
? | Toggle help screen
|
||||||
Q | Quit and change directory
|
Q | Quit and change directory
|
||||||
|
|
2
nnn.1
2
nnn.1
|
@ -82,7 +82,7 @@ Open directory in NNN_DE_FILE_MANAGER
|
||||||
.It Ic p
|
.It Ic p
|
||||||
Open current entry in PAGER (fallback less)
|
Open current entry in PAGER (fallback less)
|
||||||
.It Ic ^K
|
.It Ic ^K
|
||||||
Invoke file name copier
|
Invoke file path copier
|
||||||
.It Ic ^L
|
.It Ic ^L
|
||||||
Force a redraw
|
Force a redraw
|
||||||
.It Ic \&?
|
.It Ic \&?
|
||||||
|
|
2
nnn.c
2
nnn.c
|
@ -1280,7 +1280,7 @@ show_help(void)
|
||||||
e | Edit entry in EDITOR (fallback vi)\n\
|
e | Edit entry in EDITOR (fallback vi)\n\
|
||||||
o | Open dir in NNN_DE_FILE_MANAGER\n\
|
o | Open dir in NNN_DE_FILE_MANAGER\n\
|
||||||
p | Open entry in PAGER (fallback less)\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\
|
^L | Force a redraw\n\
|
||||||
? | Toggle help screen\n\
|
? | Toggle help screen\n\
|
||||||
Q | Quit and change directory\n\
|
Q | Quit and change directory\n\
|
||||||
|
|
Loading…
Add table
Reference in a new issue