浏览代码

Key > to run plugin

master
Arun Prakash Jana 5 年前
父节点
当前提交
6c39d87cdf
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. +1
    -0
      src/nnn.c
  2. +1
    -1
      src/nnn.h

+ 1
- 0
src/nnn.c 查看文件

@@ -1751,6 +1751,7 @@ static int filterentries(char *path)
switch (*ch) {
case '/': /* works as Leader key in filter mode */
*ch = CONTROL('_'); // fallthrough
case '>':
if (len == 1)
cur = oldcur;
goto end;


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

@@ -235,7 +235,7 @@ static struct key bindings[] = {
{ CONTROL(']'), SEL_SHELL },
/* Plugin key */
{ 'x', SEL_PLUGKEY },
{ KEY_F(12), SEL_PLUGKEY },
{ '>', SEL_PLUGKEY },
/* Run a plugin */
{ 'R', SEL_PLUGIN },
{ CONTROL('V'), SEL_PLUGIN },


||||||
x
 
000:0
正在加载...
取消
保存