mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Meaningful comments
This commit is contained in:
parent
c2e82550f7
commit
cefb945e35
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ struct key bindings[] = {
|
||||||
/* Filter */
|
/* Filter */
|
||||||
{ '/', SEL_FLTR },
|
{ '/', SEL_FLTR },
|
||||||
{ '&', SEL_FLTR },
|
{ '&', SEL_FLTR },
|
||||||
/* Type */
|
/* Filter as you type */
|
||||||
{ '?', SEL_TYPE },
|
{ '?', SEL_TYPE },
|
||||||
/* Next */
|
/* Next */
|
||||||
{ 'j', SEL_NEXT },
|
{ 'j', SEL_NEXT },
|
||||||
|
@ -47,5 +47,6 @@ struct key bindings[] = {
|
||||||
{ '!', SEL_SH },
|
{ '!', SEL_SH },
|
||||||
/* Change dir */
|
/* Change dir */
|
||||||
{ 'c', SEL_CD },
|
{ 'c', SEL_CD },
|
||||||
|
/* Sort by time */
|
||||||
{ 't', SEL_MTIME },
|
{ 't', SEL_MTIME },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue