Fix search navigation

pull/475/head
Arijit Basu 2 years ago committed by Arijit Basu
parent 5f598648a8
commit 86f56cc051

@ -2006,7 +2006,7 @@ xplr.config.modes.builtin.search = {
messages = {
{ RemoveNodeFilterFromInput = "RelativePathDoesMatchRegex" },
"Enter",
{ SetInputBuffer = "" },
{ SetInputBuffer = "(?i)" },
"ExplorePwdAsync",
},
},
@ -2015,7 +2015,7 @@ xplr.config.modes.builtin.search = {
messages = {
{ RemoveNodeFilterFromInput = "RelativePathDoesMatchRegex" },
"Back",
{ SetInputBuffer = "" },
{ SetInputBuffer = "(?i)" },
"ExplorePwdAsync",
},
},

Loading…
Cancel
Save