Stay in search mode when entering or leaving a directory

This might be a little counter intuitive to the `nnn` users, but I think
this will add to the productivity and should be the default.

Since we have a real-time mode indicator, users shouldn't face much of
an issue switching to the alternate default.
pull/35/head
Arijit Basu 4 years ago committed by Arijit Basu
parent 6bc079a3ed
commit 832016bb18

@ -517,7 +517,7 @@ impl Default for Config {
filter: RelativePathDoesContain filter: RelativePathDoesContain
case_sensitive: false case_sensitive: false
- Enter - Enter
- SwitchMode: default - SetInputBuffer: ""
- Explore - Explore
left: left:
@ -527,7 +527,7 @@ impl Default for Config {
filter: RelativePathDoesContain filter: RelativePathDoesContain
case_sensitive: false case_sensitive: false
- Back - Back
- SwitchMode: default - SetInputBuffer: ""
- Explore - Explore
esc: esc:

Loading…
Cancel
Save