diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 592ff333..ed1c0757 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -113,6 +113,9 @@ C-b = "move_prev_sub_word_start" l = "move_next_word_end" C-l = "move_next_sub_word_end" A-l = "move_prev_sub_word_start" +# Navigation +C-d = ["page_cursor_half_down", "align_view_center"] +C-u = ["page_cursor_half_up", "align_view_center"] [keys.normal."["] x = "extend_line_above" @@ -121,6 +124,8 @@ x = ":bc" # UI settings and stuff [keys.normal.space.u] +# Toggle Cursor Always Centered +z = ':toggle scrolloff 2 99' D = ':toggle end-of-line-diagnostics hint disable' d = ':toggle inline-diagnostics.cursor-line disable hint' w = ':toggle soft-wrap.enable'