diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-10-09 19:32:03 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-10-09 19:32:03 +0200 |
| commit | 218815bae8ef1199004a3bc86608254849409401 (patch) | |
| tree | 6130eb1372267ed929a3d9cce605f2884e6f776d /superfile/hotkeys.toml | |
| parent | 5c12962ce99ed5531deec8ebd2395437d32c730d (diff) | |
| download | dotfiles-218815bae8ef1199004a3bc86608254849409401.tar.gz dotfiles-218815bae8ef1199004a3bc86608254849409401.zip | |
.gitignore is now working
Diffstat (limited to '')
| -rw-r--r-- | superfile/hotkeys.toml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/superfile/hotkeys.toml b/superfile/hotkeys.toml deleted file mode 100644 index bddd763..0000000 --- a/superfile/hotkeys.toml +++ /dev/null @@ -1,50 +0,0 @@ -# ================================================================================================= -# Here is global, all global key can't conflicts with other hotkeys -confirm = ['enter', 'l'] -quit = ['q', 'esc'] -# movement -list_up = ['up', 'k'] -list_down = ['down', 'j'] -# file panel control -close_file_panel = ['w', ''] -create_new_file_panel = ['n', ''] -next_file_panel = ['tab', 'L'] -previous_file_panel = ['shift+left', 'H'] -toggle_file_preview_panel = ['f', ''] -# change focus -focus_on_process_bar = ['p', ''] -focus_on_sidebar = ['s', ''] -focus_on_metadata = ['m', ''] -# create file/directory and rename -file_panel_item_create = ['ctrl+n', ''] -file_panel_item_rename = ['ctrl+r', ''] -# file operate -copy_items = ['ctrl+c', ''] -paste_items = ['ctrl+v', ''] -cut_items = ['ctrl+x', ''] -delete_items = ['ctrl+d', 'delete'] -# compress and extract -extract_file = ['ctrl+e', ''] -compress_file = ['ctrl+a', ''] -# editor -open_file_with_editor = ['e', ''] -open_current_directory_with_editor = ['E', ''] -# else -pinned_directory = ['P', ''] -toggle_dot_file = ['.', ''] -change_panel_mode = ['v', ''] -open_help_menu = ['?', ''] -open_command_line = [':', ''] -# ================================================================================================= -# Here is typing hotkey can conflict with all hotkeys -confirm_typing = ['enter', ''] -cancel_typing = ['ctrl+c', 'esc'] -# ================================================================================================= -# Here is normal mode hotkey you can conflicts with other mode (can't conflicts with global hotkey) -parent_directory = ['h', 'backspace'] -search_bar = ['/', ''] -# ================================================================================================= -# Here is select mode hotkey you can conflicts with other mode (can't conflicts with global hotkey) -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', ''] |
