From c966213070148f0e852262ff81987a4a72f68f4c Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:40:35 +0200 Subject: [PATCH] Update helix config --- .config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) 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"