aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-12 22:18:03 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-12 22:20:05 +0530
commit9702abdd81774854540368600ea324af4829941d (patch)
treef37db95d07990227d73a642ef700e1e43f4062db /config.def.h
parent15a0e779a2c63b92ba3c768637ed8f7751c509d4 (diff)
downloadnnn-9702abdd81774854540368600ea324af4829941d.tar.gz
Support open current dir in desktop file manager
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 2e51675..2acdae9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -74,6 +74,8 @@ struct key bindings[] = {
{ 'd', SEL_DETAIL, "", "" },
/* File details */
{ 'D', SEL_STATS, "", "" },
+ /* Open dir in desktop file manager */
+ { 'o', SEL_DFB, "", "" },
/* Toggle sort by size */
{ 's', SEL_FSIZE, "", "" },
/* Sort by total block size including dir contents */