Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Key > to run plugin
master
Arun Prakash Jana
6 anni fa
parent
e68e8ad8a5
commit
6c39d87cdf
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG:
A75979F35C080412
2 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/nnn.c
+1
-1
src/nnn.h
+ 1
- 0
src/nnn.c
Vedi File
@@ -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
Vedi File
@@ -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 },
Write
Preview
Loading…
Annulla
Salva