mirror of
https://github.com/jarun/nnn.git
synced 2024-11-11 14:44:20 +03:00
Meaningful comments
This commit is contained in:
parent
c2e82550f7
commit
cefb945e35
@ -27,7 +27,7 @@ struct key bindings[] = {
|
||||
/* Filter */
|
||||
{ '/', SEL_FLTR },
|
||||
{ '&', SEL_FLTR },
|
||||
/* Type */
|
||||
/* Filter as you type */
|
||||
{ '?', SEL_TYPE },
|
||||
/* Next */
|
||||
{ 'j', SEL_NEXT },
|
||||
@ -47,5 +47,6 @@ struct key bindings[] = {
|
||||
{ '!', SEL_SH },
|
||||
/* Change dir */
|
||||
{ 'c', SEL_CD },
|
||||
/* Sort by time */
|
||||
{ 't', SEL_MTIME },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user