changeset 1058:9a26b3369ef0

feat: add extra changes to helix build
author Zeger Van de Vannet <zeger@vandevan.net>
date Wed, 28 Aug 2024 20:02:57 +0200
parents 9f9d247727fe
children 7d9ba468d4d0
files .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl dot_config/helix/config.toml.tmpl
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl	Sat Aug 03 23:34:53 2024 +0200
+++ b/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl	Wed Aug 28 20:02:57 2024 +0200
@@ -11,7 +11,7 @@
 git clone https://github.com/zegervdv/helix $HELIX_BUILD_DIR
 cd $HELIX_BUILD_DIR
 
-git checkout ebaa0d99dce8ad0e77c7faf99d84a65d365208f6
+git checkout 4fd6c35a9cc186a4feff6274233ee5f9442759c2
 pushd vendor
 bash setup.sh
 popd
--- a/dot_config/helix/config.toml.tmpl	Sat Aug 03 23:34:53 2024 +0200
+++ b/dot_config/helix/config.toml.tmpl	Wed Aug 28 20:02:57 2024 +0200
@@ -37,7 +37,8 @@
 x = "extend_line"
 
 [keys.normal."space"]
-o = "file_picker_in_current_buffer_directory"
+o = "file_browser_in_current_buffer_directory"
+"." = "file_browser"
 
 [keys.normal.g]
 l = ["collapse_selection", "extend_to_line_end"]