diff --git a/src/main.go b/src/main.go index c9f2ea46..3e3e3120 100644 --- a/src/main.go +++ b/src/main.go @@ -374,6 +374,7 @@ select_item = ["enter", "l"] parent_directory = ["h", "backspace"] copy_single_item = ["ctrl+c", ""] cut_single_item = ["ctrl+x", ""] +search_bar = ["ctrl+f", ""] # Here is select mode hotkey you can conflicts with other mode (cant conflicts with global hotkey) file_panel_select_mode_item_single_select = ["enter", "l"]