aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-09 02:00:28 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-09 02:00:28 +0530
commit30dc2baa3b978e179eb46f1add4ab69da3edd3cb (patch)
tree648877b649a2e07dae6a53d6a90cb18781d5b04d
parent61452102efc90c1fab1e8f314b267b54ab76fc97 (diff)
downloadnnn-30dc2baa3b978e179eb46f1add4ab69da3edd3cb.tar.gz
Update docs
-rw-r--r--README.md2
-rw-r--r--nnn.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8f6173b..984fac9 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Noice is Not Noice, a noicer fork...
<p align="center"><i>nnn in action! (click to play video)</i></a></p>
-`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 e3ac053..8836ff5 100644
--- a/nnn.c
+++ b/nnn.c
@@ -2755,7 +2755,6 @@ nochange:
case '2': //fallthrough
case '3': //fallthrough
case '4':
- {
r = tmp[0] - '1'; /* Save the next context id */
if (cfg.curctx == r)
continue;
@@ -2794,7 +2793,6 @@ nochange:
presel = FILTER;
goto begin;
}
- }
}
if (get_bm_loc(tmp, newpath) == NULL) {