Remove hooks fully, replace with commands again
This commit is contained in:
@@ -124,7 +124,7 @@ void UpdateFuzzySearchView() {
|
||||
}
|
||||
|
||||
void SetFuzzy(View *view) {
|
||||
AddCommand(&view->hooks, "Open", "ctrl-q | enter | f12", [](HookParam){
|
||||
AddCommand(&view->commands, "Open", "ctrl-q | enter | f12", [](){
|
||||
BSet active = GetBSet(ActiveWindowID);
|
||||
BSet main = GetBSet(PrimaryWindowID);
|
||||
NextActiveWindowID = main.window->id;
|
||||
|
||||
Reference in New Issue
Block a user