AutoYADM commit: 2025-05-10 14:11:52

This commit is contained in:
Daniel Fichtinger 2025-05-10 14:11:52 -04:00
parent 88dc6b4c06
commit 4259021b4d
3 changed files with 423 additions and 0 deletions

View 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",
}