personal dotfiles: my Hyprland config
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "Alt-/": "lua:comment.comment",
    "Alt-l": "command:lower",
    "Alt-u": "command:upper",
    "Ctrl-Down": "SpawnMultiCursorDown",
    "Ctrl-MouseWheelDown": "CursorDown",
    "Ctrl-MouseWheelUp": "CursorUp",
    "Ctrl-Up": "SpawnMultiCursorUp",
    "CtrlUnderscore": "lua:comment.comment",
    "F4": "command:jumptag",
    "ShiftPageDown": "SelectPageDown",
    "ShiftPageUp": "SelectPageUp"
}