diff --git a/src/tui/mode/overlay/symbol_palette.zig b/src/tui/mode/overlay/symbol_palette.zig index e6776d5..2bbfb51 100644 --- a/src/tui/mode/overlay/symbol_palette.zig +++ b/src/tui/mode/overlay/symbol_palette.zig @@ -14,9 +14,9 @@ const ed = @import("../../editor.zig"); const module_name = @typeName(@This()); const Widget = @import("../../Widget.zig"); -pub const label = "Go to Symbol"; -pub const name = "Go to"; -pub const description = "Symbols in scope"; +pub const label = "Search symbols"; +pub const name = "󰊕 symbols"; +pub const description = "file symbols"; pub const icon = "󱎸 "; pub const modal_dim = false; pub const placement = .top_right;