From 5a6c010e584c6dd168b9b01f36049f4fcf6aaf51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Tue, 18 Nov 2025 07:30:07 -0500 Subject: [PATCH] feat: [hx] Added keybind for toggle_centered_view --- src/keybind/builtin/helix.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index a76828c..23ae2cf 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -27,10 +27,12 @@ ["ctrl+^", "open_previous_file"], ["ctrl+w v", "add_split"], + ["ctrl+w c", "toggle_centered_view"], ["ctrl+w h", "goto_left_split"], ["ctrl+w l", "goto_right_split"], ["ctrl+w H", "swap_left_split"], ["ctrl+w L", "swap_right_split"], + ["ctrl+w F", "goto_file_split"], ["ctrl+w q", "close_split"], ["ctrl+w o", "close_other_splits"],