You can enter the following command to set it up;
Click me to know where is HOTKEYS_PATH
$EDITOR HOTKEYS_PATH
superfile default hotkeys design concept:
qctrl+key
# =================================================================================================# Global hotkeys (cannot conflict with other hotkeys)confirm = ['enter', 'right', 'l']quit = ['q', 'esc']# movementlist_up = ['up', 'k']list_down = ['down', 'j']# file panel controlcreate_new_file_panel = ['n', '']close_file_panel = ['w', '']next_file_panel = ['tab', 'L']previous_file_panel = ['shift+left', 'H']toggle_file_preview_panel = ['f', '']# change focusfocus_on_process_bar = ['p', '']focus_on_sidebar = ['s', '']focus_on_metadata = ['m', '']# create file/directory and renamefile_panel_item_create = ['ctrl+n', '']file_panel_item_rename = ['ctrl+r', '']# file operationscopy_items = ['ctrl+c', '']cut_items = ['ctrl+x', '']paste_items = ['ctrl+v', '']delete_items = ['ctrl+d', 'delete', '']# compress and extractextract_file = ['ctrl+e', '']compress_file = ['ctrl+a', '']# editoropen_file_with_editor = ['e', '']open_current_directory_with_editor = ['E', '']# otherpinned_directory = ['P', '']toggle_dot_file = ['.', '']change_panel_mode = ['ctrl+L', '']open_help_menu = ['?', '']open_command_line = [':', '']copy_path = ['ctrl+p', '']# =================================================================================================# Typing hotkeys (can conflict with all hotkeys)confirm_typing = ['enter', '']cancel_typing = ['ctrl+c', 'esc']# =================================================================================================# Normal mode hotkeys (can conflict with other modes, cannot conflict with global hotkeys)parent_directory = ['h', 'left', "backspace"]search_bar = ['/', '']# =================================================================================================# Select mode hotkeys (can conflict with other modes, cannot conflict with global hotkeys)file_panel_select_mode_items_select_down = ['shift+down', 'J']file_panel_select_mode_items_select_up = ['shift+up', 'K']file_panel_select_all_items = ['A', '']
# This is maintain by github.com/nonepork# I know this is not really that "vim", but the control flow is different.# =================================================================================================# Global hotkeys (cannot conflict with other hotkeys)confirm = ['enter', '']quit = ['ctrl+c', ''] # also know as, theprimeagen troller# movementlist_up = ['k', '']list_down = ['j', '']# file panel controlcreate_new_file_panel = ['n', '']close_file_panel = ['q', '']next_file_panel = ['tab', '']previous_file_panel = ['shift+tab', '']toggle_file_preview_panel = ['f', '']# change focusfocus_on_process_bar = ['ctrl+p', '']focus_on_sidebar = ['ctrl+s', '']focus_on_metadata = ['ctrl+m', '']# create file/directory and renamefile_panel_item_create = ['a', '']file_panel_item_rename = ['r', '']# file operationscopy_items = ['y', '']cut_items = ['x', '']paste_items = ['p', '']delete_items = ['d', '']# compress and extractextract_file = ['ctrl+e', '']compress_file = ['ctrl+a', '']# editoropen_file_with_editor = ['e', '']open_current_directory_with_editor = ['E', '']# otherpinned_directory = ['P', '']toggle_dot_file = ['.', '']change_panel_mode = ['m', '']open_help_menu = ['?', '']open_command_line = [':', '']copy_path = ['Y', '']# =================================================================================================# Typing hotkeys (can conflict with all hotkeys)confirm_typing = ['enter', '']cancel_typing = ['esc', '']# =================================================================================================# Normal mode hotkeys (can conflict with other modes, cannot conflict with global hotkeys)parent_directory = ['-', '']search_bar = ['/', '']# =================================================================================================# Select mode hotkeys (can conflict with other modes, cananot conflict with global hotkeys)file_panel_select_mode_items_select_down = ['J', '']file_panel_select_mode_items_select_up = ['K', '']file_panel_select_all_items = ['A', '']