mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Update docs
This commit is contained in:
parent
61452102ef
commit
30dc2baa3b
2 changed files with 1 additions and 3 deletions
|
@ -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!
|
||||
|
||||
|
|
2
nnn.c
2
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue