# HG changeset patch # User Zeger Van de Vannet # Date 1724868177 -7200 # Node ID 9a26b3369ef0d98a3bf4679ee6ece84dcc4ae470 # Parent 9f9d247727fe5864804ffe000a33c173fe7d5936 feat: add extra changes to helix build diff -r 9f9d247727fe -r 9a26b3369ef0 .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl --- 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 diff -r 9f9d247727fe -r 9a26b3369ef0 dot_config/helix/config.toml.tmpl --- 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"]