22 lines
744 B
TOML
22 lines
744 B
TOML
theme = "dark_plus"
|
||
|
||
[keys.normal]
|
||
"{" = ["goto_prev_paragraph", "collapse_selection"]
|
||
"}" = ["goto_next_paragraph", "collapse_selection"]
|
||
"…" = "repeat_last_motion" # Alt+.
|
||
"‚" = "split_selection_on_newline" # Alt+S
|
||
"ø" = "expand_selection" # Alt+O
|
||
"⁄" = "shrink_selection" # Alt+I
|
||
"π" = "select_prev_sibling" # Alt+P
|
||
"µ" = "select_next_sibling" # Alt+M
|
||
"ç" = "copy_selection_on_prev_line"# Alt+C. Shift+C, but upwards
|
||
|
||
[keys.select]
|
||
"{" = ["goto_prev_paragraph", "collapse_selection"]
|
||
"}" = ["goto_next_paragraph", "collapse_selection"]
|
||
"ø" = "expand_selection" # Alt+O
|
||
"⁄" = "shrink_selection" # Alt+I
|
||
"π" = "select_prev_sibling" # Alt+P
|
||
"µ" = "select_next_sibling" # Alt+M
|
||
|