diff --git a/src/tui/mode/helix.zig b/src/tui/mode/helix.zig index 20d27e7..4cf8bce 100644 --- a/src/tui/mode/helix.zig +++ b/src/tui/mode/helix.zig @@ -13,8 +13,6 @@ const Buffer = @import("Buffer"); const Cursor = Buffer.Cursor; const Selection = Buffer.Selection; -const serial_separator = "\n\t\t\n"; - var commands: Commands = undefined; pub fn init() !void {