comparison dot_config/helix/config.toml.tmpl @ 1089:3413249bd5fa draft

feat: update helix - master build including tree-house (new tree-sitter library)
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 14 Apr 2025 21:47:14 +0200
parents 0ec3bf0cdf2f
children
comparison
equal deleted inserted replaced
1088:52c2a9f52cc2 1089:3413249bd5fa
37 37
38 [keys.normal] 38 [keys.normal]
39 x = "extend_line" 39 x = "extend_line"
40 40
41 [keys.normal."space"] 41 [keys.normal."space"]
42 o = "file_browser_in_current_buffer_directory" 42 o = "file_explorer_in_current_buffer_directory"
43 "." = "file_browser"
44 43
45 [keys.normal.g] 44 [keys.normal.g]
46 l = ["collapse_selection", "extend_to_line_end"] 45 l = ["collapse_selection", "extend_to_line_end"]
47 h = ["collapse_selection", "extend_to_line_start"] 46 h = ["collapse_selection", "extend_to_line_start"]
48 s = ["collapse_selection", "select_mode", "goto_first_nonwhitespace", "exit_select_mode"] 47 s = ["collapse_selection", "select_mode", "goto_first_nonwhitespace", "exit_select_mode"]