From c7520982ab4d0b923ccfe998f23bfc3866b25ee2 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 18 Jan 2024 17:50:55 +0000 Subject: [PATCH] Update helix config --- users/configs/system/helix/config/config.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/users/configs/system/helix/config/config.toml b/users/configs/system/helix/config/config.toml index 5b9ecb7..5c19648 100644 --- a/users/configs/system/helix/config/config.toml +++ b/users/configs/system/helix/config/config.toml @@ -1,7 +1,19 @@ theme = "catppuccin_macchiato" [editor] +cursorline = true line-number = "relative" [editor.cursor-shape] insert = "bar" + +[keys.normal.space] +"space" = "file_picker" + +[keys.normal.space.b] +d = ":buffer-close" +b = "buffer_picker" + +[keys.normal] +L = "goto_next_buffer" +H = "goto_previous_buffer"