feat(ui): add vim yank/paste (y/p/P) with unnamed register (#22026)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Ali Anari
2026-03-11 11:43:42 -07:00
committed by GitHub
parent df8b399bb4
commit 08e174a05c
6 changed files with 1361 additions and 34 deletions
@@ -66,6 +66,7 @@ const initialState: TextBufferState = {
visualLayout: defaultVisualLayout,
pastedContent: {},
expandedPaste: null,
yankRegister: null,
};
/**