Skip to content

Instantly share code, notes, and snippets.

@nilsmartel
Created December 17, 2022 18:57
Show Gist options
  • Save nilsmartel/5b3f223468afed908357fd8e784ccfbb to your computer and use it in GitHub Desktop.
Save nilsmartel/5b3f223468afed908357fd8e784ccfbb to your computer and use it in GitHub Desktop.
[keys.normal]
"K" = ["goto_prev_paragraph", "collapse_selection"]
"J" = ["goto_next_paragraph", "collapse_selection"]
0 = "goto_line_start"
"$" = "goto_line_end"
[keys.select]
p = "replace_selections_with_clipboard"
y = "yank_joined_to_clipboard"
"K" = ["extend_to_line_bounds", "goto_prev_paragraph"]
"J" = ["extend_to_line_bounds", "goto_next_paragraph"]
0 = "goto_line_start"
"$" = "goto_line_end"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment