dotfiles/.config/helix/scripts/config-builder.py

16 lines
316 B
Python
Executable file

#!/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",
}