comparison dot_config/helix/config.toml.tmpl @ 1099:b8e1984ac14d draft tip

feat: tweak behaviour of X mapping
author Zeger Van de Vannet <zeger@vandevan.net>
date Sun, 25 May 2025 11:21:29 +0200
parents 226a6d4a1f30
children
comparison
equal deleted inserted replaced
1098:1d163e43854a 1099:b8e1984ac14d
35 35
36 [keys.insert] 36 [keys.insert]
37 C-f = "move_char_right" 37 C-f = "move_char_right"
38 38
39 [keys.normal] 39 [keys.normal]
40 x = "extend_line" 40 X = ["extend_line_up", "extend_to_line_bounds"]
41 41
42 [keys.normal."space"] 42 [keys.normal."space"]
43 o = "file_explorer_in_current_buffer_directory" 43 o = "file_explorer_in_current_buffer_directory"
44 44
45 [keys.normal.g] 45 [keys.normal.g]