chore(superfile): update configuration

This commit is contained in:
Stefan Imhoff
2024-05-24 18:22:08 +02:00
parent 53e28a1927
commit 9962d83bfc
9 changed files with 111 additions and 2 deletions

View File

@@ -13,9 +13,10 @@ next_file_panel = ['tab', 'L']
previous_file_panel = ['shift+left', 'H']
focus_on_process_bar = ['p', '']
focus_on_side_bar = ['b', '']
focus_on_meta_data = ['m', '']
focus_on_metadata = ['m', '']
#
change_panel_mode = ['v', '']
open_help_menu = ['?', '']
#
file_panel_directory_create = ['f', '']
file_panel_file_create = ['c', '']
@@ -39,6 +40,7 @@ parent_directory = ['h', 'backspace']
copy_single_item = ['ctrl+c', '']
cut_single_item = ['ctrl+x', '']
search_bar = ['ctrl+f', '']
command_line = ['/', '']
#
# 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']