Skip to content

Commit 2f09b50

Browse files
feat: US-010 - Vim Registers and Marks
Amp-Thread-ID: https://ampcode.com/threads/T-019bbbda-40bd-7698-8128-97a5a771ae27 Co-authored-by: Amp <amp@ampcode.com>
1 parent 91f861f commit 2f09b50

3 files changed

Lines changed: 1179 additions & 0 deletions

File tree

src/lib/simulator/vim/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export * from "./insertMode";
55
export * from "./visualMode";
66
export * from "./commands";
77
export * from "./search";
8+
export * from "./registers";
9+
export * from "./marks";

0 commit comments

Comments
 (0)