瀏覽代碼

Make ^T shortcut for nav-as-you-type.

The code for Tab and ^I are same when capture din getch().
master
Arun Prakash Jana 6 年之前
父節點
當前提交
e26c21ce0b
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      src/nnn.h

+ 1
- 2
src/nnn.h 查看文件

@@ -145,7 +145,6 @@ static struct key bindings[] = {
{ '`', SEL_LEADER },
/* Cycle contexts in forward direction */
{ '\t', SEL_CYCLE },
{ CONTROL('T'), SEL_CYCLE },
/* Mark a path to visit later */
{ 'b', SEL_PIN },
/* Visit marked directory */
@@ -154,7 +153,7 @@ static struct key bindings[] = {
{ '/', SEL_FLTR },
/* Toggle filter mode */
{ KEY_IC, SEL_MFLTR },
{ CONTROL('I'), SEL_MFLTR },
{ CONTROL('T'), SEL_MFLTR },
/* Toggle hide .dot files */
{ '.', SEL_TOGGLEDOT },
/* Detailed listing */


Loading…
取消
儲存