소스 검색

Remove key N

master
Arun Prakash Jana 6 년 전
부모
커밋
8b0fa2be44
No known key found for this signature in database GPG 키 ID: A75979F35C080412
4개의 변경된 파일8개의 추가작업 그리고 9개의 파일을 삭제
  1. +3
    -3
      README.md
  2. +2
    -2
      nnn.1
  3. +3
    -3
      src/nnn.c
  4. +0
    -1
      src/nnn.h

+ 3
- 3
README.md 파일 보기

@@ -241,11 +241,11 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
e Edit in EDITOR p Open in PAGER
ORDER TOGGLES
^J Disk usage S Apparent du
t Modification time s Size
t Time modified s Size
MISC
! ^] Spawn SHELL C Execute entry
R ^V Run/choose script L Lock terminal
^P Command prompt N ^N Take note
R ^V Run/pick script L Lock terminal
^P Command prompt ^N Take note
```

Help & settings, file details, media info and archive listing are shown in the PAGER. Please use the PAGER-specific keys in these screens.


+ 2
- 2
nnn.1 파일 보기

@@ -147,10 +147,10 @@ Spawn SHELL in current directory (fallback sh)
.It Ic C
Execute entry
.It Ic R, ^V
Run or choose a custom script
Run or pick a script to run
.It Ic L
Lock terminal
.It Ic N
.It Ic ^N
Take note
.It Ic ^P
Show command prompt


+ 3
- 3
src/nnn.c 파일 보기

@@ -2305,11 +2305,11 @@ static bool show_help(char *path)
"ce Edit in EDITOR p Open in PAGER\n"
"1ORDER TOGGLES\n"
"b^J Disk usage S Apparent du\n"
"ct Modification time s Size\n"
"ct Time modified s Size\n"
"1MISC\n"
"9! ^] Spawn SHELL C Execute entry\n"
"9R ^V Run/choose script L Lock terminal\n"
"b^P Command prompt N ^N Take note\n"};
"9R ^V Run/pick script L Lock terminal\n"
"b^P Command prompt ^N Take note\n"};

if (fd == -1)
return FALSE;


+ 0
- 1
src/nnn.h 파일 보기

@@ -226,7 +226,6 @@ static struct key bindings[] = {
{ 'e', SEL_RUNEDIT },
{ 'p', SEL_RUNPAGE },
/* Open notes file */
{ 'N', SEL_NOTE },
{ CONTROL('N'), SEL_NOTE },
/* Lock screen */
{ 'L', SEL_LOCK },


불러오는 중...
취소
저장