Explorar el Código

Meaningful comments

master
lostd hace 10 años
padre
commit
cefb945e35
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      config.def.h

+ 2
- 1
config.def.h Ver fichero

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

Cargando…
Cancelar
Guardar