src/nnn.c | 4 ++++ diff --git a/src/nnn.c b/src/nnn.c index e516752a29bd62fd91899ef497c5ec13d66d71ca..b5b461c17bd8241b530ba18a5009bc295b878891 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4031,7 +4031,11 @@ crc8init(); /* Bind TAB to cycling */ rl_variable_bind("completion-ignore-case", "on"); +#ifdef __linux__ rl_bind_key('\t', rl_menu_complete); +#else + rl_bind_key('\t', rl_complete); +#endif read_history(NULL); #ifdef DEBUGMODE