···4545[keys.normal]
4646g = { a = "code_action" } # Maps `ga` to show possible code actions
4747"ret" = ["move_line_down", "goto_first_nonwhitespace"] # Maps the enter key to move to start of next line
4848+"S-ret" = ["move_line_up", "goto_first_nonwhitespace"] # Maps the enter key to move to start of next line
4849X = "extend_line_above"
4950D = "delete_char_backward"
5051y = ":clipboard-yank-join"