瀏覽代碼

Clarify state toggling

master
lostd 10 年之前
父節點
當前提交
cc65e4098f
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. +2
    -2
      config.def.h
  2. +1
    -1
      noice.1

+ 2
- 2
config.def.h 查看文件

@@ -2,7 +2,7 @@
#define CURSR " > "
#define EMPTY " "

int mtimeorder = 0; /* set to 1 to sort by time in the default case */
int mtimeorder = 0; /* Set to 1 to sort by time in the default case */

struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
@@ -49,6 +49,6 @@ struct key bindings[] = {
{ '!', SEL_SH },
/* Change dir */
{ 'c', SEL_CD },
/* Sort by time */
/* Toggle sort by time */
{ 't', SEL_MTIME },
};

+ 1
- 1
noice.1 查看文件

@@ -48,7 +48,7 @@ Enter filter-as-you-type mode.
.It Ic c
Change into the given directory.
.It Ic t
Sort by time modified.
Toggle sort by time modified.
.It Ic !
Spawn shell in current directory.
.It Ic q


Loading…
取消
儲存