Parcourir la source

Meaningful comments

master
lostd il y a 10 ans
Parent
révision
cefb945e35
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      config.def.h

+ 2
- 1
config.def.h Voir le fichier

@@ -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 },
};

Chargement…
Annuler
Enregistrer