README.md | 4 +--- src/nnn.c | 2 +- diff --git a/README.md b/README.md index b3dd96b27407c0e85214cf61afb2704ee4c74ccd..b409075f59a6d199142db418393822dd2f3c339c 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,9 @@ ## Introduction `nnn` is a full-featured terminal file manager. It's extremely light and fast (**[performance](https://github.com/jarun/nnn/wiki/Performance)**). -`nnn` is also a disk usage analyzer, a fuzzy app launcher, a batch file renamer and a file picker. +`nnn` is also a disk usage analyzer, a fuzzy app launcher, a batch file renamer and a file picker. 30+ **[plugins](https://github.com/jarun/nnn/tree/master/plugins)** extend the capabilities further. There's an independent [(neo)vim plugin](https://github.com/mcchrish/nnn.vim). Custom plugins are easy to add. It runs smoothly on the Raspberry Pi, Termux on Android ([demo video](https://www.youtube.com/watch?v=AbaauM7gUJw)), Linux, macOS, BSD, Cygwin and Linux subsystem for Windows. `nnn` works seamlessly with DEs and GUI utilities. It's nearly zero-config (with sensible defaults) and can be setup in less than 5 minutes. - -**[Plugins](https://github.com/jarun/nnn/tree/master/plugins)** can be run with custom keybinds. There's an independent [(neo)vim plugin](https://github.com/mcchrish/nnn.vim). Custom plugins are easy to add. Visit the **[Wiki](https://github.com/jarun/nnn/wiki)** for operational concepts, how tos, use cases, chronology and insights. diff --git a/src/nnn.c b/src/nnn.c index d48fc81f30b3bd375f9b9fbb4ebace51fd045ec5..a6abad929840bc6a9274e64a6f8f0899311978ed 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -1740,7 +1740,7 @@ /* If there's a filter, try a command on ^P */ if (cfg.filtercmd && *ch == CONTROL('P') && len > 1) { spawn(shell, "-c", pln, path, F_CLI | F_CMD); - *ch = CONTROL('L'); + continue; } if (len == 1)