diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-12 22:18:03 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-12 22:20:05 +0530 |
commit | 9702abdd81774854540368600ea324af4829941d (patch) | |
tree | f37db95d07990227d73a642ef700e1e43f4062db /config.def.h | |
parent | 15a0e779a2c63b92ba3c768637ed8f7751c509d4 (diff) | |
download | nnn-9702abdd81774854540368600ea324af4829941d.tar.gz |
Support open current dir in desktop file manager
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
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 */ |