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"