aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9c6ae7e..7ec98ef 100644
--- a/config.def.h
+++ b/config.def.h
@@ -71,6 +71,8 @@ struct key bindings[] = {
/* Toggle sort by time */
{ 't', SEL_MTIME },
{ CONTROL('L'), SEL_REDRAW },
+ /* Copy currently selected file path */
+ { CONTROL('K'), SEL_COPY },
/* Run command */
{ 'z', SEL_RUN, "top" },
{ '!', SEL_RUN, "sh", "SHELL" },