diff --git a/dot_config/helix/config.toml b/dot_config/helix/config.toml index 53d50e6..1592a15 100644 --- a/dot_config/helix/config.toml +++ b/dot_config/helix/config.toml @@ -37,6 +37,8 @@ C-h = "jump_view_left" C-j = "jump_view_down" C-k = "jump_view_up" C-l = "jump_view_right" +"}" = "goto_next_paragraph" +"{" = "goto_prev_paragraph" [editor.soft-wrap] enable = true