comparison 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
comparison
equal deleted inserted replaced
1056:9f9d247727fe 1058:9a26b3369ef0
35 35
36 [keys.normal] 36 [keys.normal]
37 x = "extend_line" 37 x = "extend_line"
38 38
39 [keys.normal."space"] 39 [keys.normal."space"]
40 o = "file_picker_in_current_buffer_directory" 40 o = "file_browser_in_current_buffer_directory"
41 "." = "file_browser"
41 42
42 [keys.normal.g] 43 [keys.normal.g]
43 l = ["collapse_selection", "extend_to_line_end"] 44 l = ["collapse_selection", "extend_to_line_end"]
44 h = ["collapse_selection", "extend_to_line_start"] 45 h = ["collapse_selection", "extend_to_line_start"]
45 s = ["collapse_selection", "select_mode", "goto_first_nonwhitespace", "exit_select_mode"] 46 s = ["collapse_selection", "select_mode", "goto_first_nonwhitespace", "exit_select_mode"]