using Qrakhen.Qamp.Editor.Primitives;
namespace Qrakhen.Qamp.Editor.Commands;
public readonly record struct MoveCaretOptions(BufferPosition Position,
bool Relative = true,
bool Jump = false);