diff --git a/.config/helix/config.toml b/.config/helix/config.toml index e6b6d2c..ac27c91 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -94,6 +94,8 @@ Y = ":yank-diagnostic" [keys.normal.";"] f = "file_picker_in_current_buffer_directory" F = "file_picker_in_current_directory" +e = "file_explorer_in_current_buffer_directory" +E = "file_explorer_in_current_working_directory" s = "symbol_picker" S = "workspace_symbol_picker" g = "changed_file_picker" @@ -103,6 +105,7 @@ D = "workspace_diagnostics_picker" j = "jumplist_picker" ";" = "last_picker" + [keys.normal.z] h = "goto_line_start" l = "goto_line_end"