Mercurial > dotfiles
diff dot_config/helix/config.toml.tmpl @ 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 | d3fa07d2c197 |
children | 0ec3bf0cdf2f |
line wrap: on
line diff
--- 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"]