From d8ffadec824943e00605a935278835558194d7d1 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 17 Apr 2025 16:15:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-17 16:15:06 --- .config/helix/config.toml | 47 ++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 5851c682..4f41b7f7 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -41,6 +41,28 @@ normal = "block" [editor.statusline] mode.normal = "NRM" +left = [ + "mode", + "spinner", + "version-control", + # "spacer", + # "separator", + "file-name", + "read-only-indicator", + "file-modification-indicator", +] +center = ["primary-selection-length"] +right = [ + "diagnostics", + "register", + "position", + "position-percentage", + "total-line-numbers", + "file-encoding", +] +separator = "|" +diagnostics = ["warning", "error", "info", "hint"] +workspace-diagnostics = ["warning", "error", "info", "hint"] [editor.lsp] display-inlay-hints = true @@ -281,31 +303,6 @@ d = "surround_delete" a = "select_textobject_around" i = "select_textobject_inner" -# [keys.normal."C-w"] -# m = "jump_view_left" -# C-m = "jump_view_left" -# n = "jump_view_down" -# C-n = "jump_view_down" -# i = "jump_view_right" -# C-i = "jump_view_right" -# e = "jump_view_up" -# C-e = "jump_view_up" -# M = "swap_view_left" -# N = "swap_view_down" -# E = "swap_view_up" -# I = "swap_view_right" -# d = "wclose" -# V = ":vsplit-new" -# S = ":hsplit-new" -# h = "no_op" -# j = "no_op" -# k = "no_op" -# l = "no_op" -# H = "no_op" -# J = "no_op" -# K = "no_op" -# L = "no_op" - # Window Mode [keys.normal.space.w] m = "jump_view_left"