README.md | 2 +- nnn.c | 2 -- diff --git a/README.md b/README.md index 8f6173b04f53c2841f032b93c39677674c9eecb5..984fac945a93d99298835e19c787f2fa3d943291 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ [![nnn screencast](https://i.imgur.com/wNtI24c.jpg)](https://vimeo.com/233223942 "Click to see nnn in action!")

nnn in action! (click to play video)

-`nnn` is probably the [fastest and most resource-sensitive](#performance) file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique [navigate-as-you-type](#navigate-as-you-type-mode) mode with auto-select, disk usage analyzer mode, bookmarks, contexts, familiar navigation shortcuts, subshell spawning and much more. +`nnn` is probably the [fastest and most resource-sensitive](#performance) file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique [navigate-as-you-type](#navigate-as-you-type-mode) mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more. [Integrate utilities](https://github.com/jarun/nnn#sample-scripts) like sxiv or fzy easily; `nnn` supports as many scripts as you need! diff --git a/nnn.c b/nnn.c index e3ac05304e364e70fa141790ed1796093ead6e55..8836ff580c89915ffa2c5fa54e61752a2afda9db 100644 --- a/nnn.c +++ b/nnn.c @@ -2755,7 +2755,6 @@ case '1': //fallthrough case '2': //fallthrough case '3': //fallthrough case '4': - { r = tmp[0] - '1'; /* Save the next context id */ if (cfg.curctx == r) continue; @@ -2793,7 +2792,6 @@ cfg.curctx = r; if (cfg.filtermode) presel = FILTER; goto begin; - } } }