auto-setup temporary NNN_FIFO (described in ENVIRONMENT section)
.Pp
.Fl A
- disable directory auto-enter in type-to-nav mode
+ disable directory auto-enter on unique filter match
.Pp
.Fl "b key"
specify bookmark key to open
goto nochange;
}
- if (strcmp(path, newpath) == 0)
- break;
if (g_state.selbm == 1) /* Allow filtering in bookmarks directory */
presel = FILTER;
+ if (strcmp(path, newpath) == 0)
+ break;
}
/* In list mode, retain the last file name to highlight it, if possible */
#ifndef NOFIFO
" -a auto NNN_FIFO\n"
#endif
- " -A disable dir auto-enter\n"
+ " -A no dir auto-enter during filter\n"
" -b key open bookmark key (trumps -s/S)\n"
" -c cli-only NNN_OPENER (trumps -e)\n"
" -C 8-color scheme\n"