From a0ea03f05f91f1453a34c8f67e182819b69dc915 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 20 Dec 2024 09:22:30 -0500 Subject: [PATCH] day 20 --- .../content/blog/2024-12-01-advent-of-svelte.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md b/apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md index 65ecf76c90..580eadcfb2 100644 --- a/apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md +++ b/apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md @@ -160,9 +160,13 @@ In [some situations](https://github.com/sveltejs/kit/issues/3882), code-splittin - [docs](/docs/kit/configuration#output) - [example](https://bsky.app/profile/svelte.dev/post/3ldo633ht222p) -## Day 20 +## Day 20: Vim mode -Coming soon! +The [playground](/playground) had a secret Vim mode that you could activate by appending `?vim=true` to the URL, but it was buggy. We've fixed it, and added a toggle to the playground and the tutorial that remembers your preference between visits. But don't worry: unlike normal Vim, you can quit by turning it off again (or closing the tab). + +- [playground](/playground) +- [tutorial](/tutorial) +- [demo video](https://bsky.app/profile/svelte.dev/post/3ldqli3lk4k2g) ## Day 21