AutoYADM commit: 2025-05-10 14:11:52
This commit is contained in:
parent
88dc6b4c06
commit
4259021b4d
3 changed files with 423 additions and 0 deletions
16
.config/helix/scripts/config-builder.py
Executable file
16
.config/helix/scripts/config-builder.py
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Shared keys
|
||||
|
||||
# Normal only
|
||||
|
||||
# Select only
|
||||
|
||||
# Normal-Select Command Mappings
|
||||
|
||||
map: dict[str, str] = {
|
||||
"move_visual_line_down": "extend_visual_line_down",
|
||||
"move_visual_line_up": "extend_visual_line_up",
|
||||
"move_line_down": "extend_line_down",
|
||||
"move_line_up": "extend_line_up",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue