We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17948fb commit d3f50e7Copy full SHA for d3f50e7
src/superfile_config/hotkeys.toml
@@ -44,7 +44,7 @@ cancel_typing = ['ctrl+c', 'esc']
44
parent_directory = ['h', 'left', "backspace"]
45
search_bar = ['/', '']
46
# =================================================================================================
47
-# Select mode hotkeys (can conflict with other modes, cananot conflict with global hotkeys)
+# Select mode hotkeys (can conflict with other modes, cannot conflict with global hotkeys)
48
file_panel_select_mode_items_select_down = ['shift+down', 'J']
49
file_panel_select_mode_items_select_up = ['shift+up', 'K']
50
file_panel_select_all_items = ['A', '']
0 commit comments