Skip to content

Commit d3f50e7

Browse files
authored
fixed typo in hotkeys.toml
1 parent 17948fb commit d3f50e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/superfile_config/hotkeys.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cancel_typing = ['ctrl+c', 'esc']
4444
parent_directory = ['h', 'left', "backspace"]
4545
search_bar = ['/', '']
4646
# =================================================================================================
47-
# Select mode hotkeys (can conflict with other modes, cananot conflict with global hotkeys)
47+
# Select mode hotkeys (can conflict with other modes, cannot conflict with global hotkeys)
4848
file_panel_select_mode_items_select_down = ['shift+down', 'J']
4949
file_panel_select_mode_items_select_up = ['shift+up', 'K']
5050
file_panel_select_all_items = ['A', '']

0 commit comments

Comments
 (0)