This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
nnn
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Map ^V to run custom script
master
Arun Prakash Jana
пре 6 година
родитељ
6dc151e05d
комит
98fd5755d1
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
4 измењених фајлова
са
4 додато
и
3 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+1
-1
nnn.1
+1
-1
src/nnn.c
+1
-0
src/nnn.h
+ 1
- 1
README.md
Прегледај датотеку
@@ -249,7 +249,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
t Modification time s Size
MISC
!, ^] Spawn SHELL in dir C Execute entry
R Run custom script L Lock terminal
R
, ^V
Run custom script L Lock terminal
^S Run a command
```
+ 1
- 1
nnn.1
Прегледај датотеку
@@ -147,7 +147,7 @@ MISC
Spawn SHELL in current directory (fallback sh)
.It Ic C
Execute entry
.It Ic R
.It Ic R
, ^V
Run or choose a custom script
.It Ic L
Lock terminal
+ 1
- 1
src/nnn.c
Прегледај датотеку
@@ -2109,7 +2109,7 @@ static bool show_help(char *path)
"et Modification time s Size\n"
"1MISC\n"
"a!, ^] Spawn SHELL in dir C Execute entry\n"
"eR
Run custom script L Lock terminal\n"
"aR, ^V
Run custom script L Lock terminal\n"
"d^S Run a command\n"};
if (fd == -1)
+ 1
- 0
src/nnn.h
Прегледај датотеку
@@ -215,6 +215,7 @@ static struct key bindings[] = {
{ CONTROL(']'), SEL_SHELL },
/* Run a custom script */
{ 'R', SEL_SCRIPT },
{ CONTROL('V'), SEL_SCRIPT },
/* Run a command */
{ CONTROL('S'), SEL_RUNCMD },
/* Open in EDITOR or PAGER */
Write
Preview
Loading…
Откажи
Сачувај