使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Immanuel
/
nnn
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Map ^V to run custom script
master
Arun Prakash Jana
6 年前
父节点
6dc151e05d
当前提交
98fd5755d1
找不到此签名对应的密钥
GPG 密钥 ID:
A75979F35C080412
共有
4 个文件被更改
,包括
4 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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 */
撰写
预览
正在加载...
取消
保存