aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 47e03e4..1f7f664 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -267,7 +267,8 @@ static struct key bindings[] = {
/* Quit with an error code */
{ 'Q', SEL_QUITFAIL },
#ifndef NOFIFO
- { '|', SEL_FIFO },
+ /* Send hovered path to NNN_FIFO */
+ { 27, SEL_FIFO },
#endif
#ifndef NOMOUSE
{ KEY_MOUSE, SEL_CLICK },