From a7e36d6d8a1545c27795b3b6d989da02784711c4 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 26 Feb 2025 11:15:17 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-26 11:15:17 --- .config/helix/config.toml | 5 +++++ 1 file changed, 5 insertions(+) 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'