diff options
Diffstat (limited to 'nnn.c')
-rw-r--r-- | nnn.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2807,6 +2807,9 @@ nochange: if (cfg.filtermode) presel = FILTER; goto begin; + case 'q': + presel = 'q'; + goto nochange; } } |