# HG changeset patch # User Zeger Van de Vannet # Date 1744660034 -7200 # Node ID 3413249bd5fad39ee6634d29972c9bc95a28aa9b # Parent 52c2a9f52cc25f75411f428d36b996f91663efb2 feat: update helix - master build including tree-house (new tree-sitter library) diff -r 52c2a9f52cc2 -r 3413249bd5fa .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl --- a/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl Mon Apr 14 21:47:02 2025 +0200 +++ b/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl Mon Apr 14 21:47:14 2025 +0200 @@ -9,7 +9,7 @@ rm -rf $HELIX_BUILD_DIR mkdir -p $HELIX_BUILD_DIR -curl -fsSL https://hg.vandevan.net/forks/helix/archive/8e3e20766f1e.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR +curl -fsSL https://hg.vandevan.net/forks/helix/archive/469954ec786f.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR cd $HELIX_BUILD_DIR pushd vendor diff -r 52c2a9f52cc2 -r 3413249bd5fa dot_config/helix/config.toml.tmpl --- a/dot_config/helix/config.toml.tmpl Mon Apr 14 21:47:02 2025 +0200 +++ b/dot_config/helix/config.toml.tmpl Mon Apr 14 21:47:14 2025 +0200 @@ -39,8 +39,7 @@ x = "extend_line" [keys.normal."space"] -o = "file_browser_in_current_buffer_directory" -"." = "file_browser" +o = "file_explorer_in_current_buffer_directory" [keys.normal.g] l = ["collapse_selection", "extend_to_line_end"]