An open API service indexing awesome lists of open source software.

https://github.com/rodneylab/vim-shortcut-blog

Use Vim keyboard shortcuts on you blog: how to make it easy for Vim users to jump around your Svelte blog site with a keyboard and no mouse!
https://github.com/rodneylab/vim-shortcut-blog

javascript keyboard-events keyboard-shortcuts svelte sveltekit vim

Last synced: about 2 months ago
JSON representation

Use Vim keyboard shortcuts on you blog: how to make it easy for Vim users to jump around your Svelte blog site with a keyboard and no mouse!

Awesome Lists containing this project

README

          

Rodney Lab vim-shortcut-blog Github banner



Rodney Lab logo



Vim Keyboard Shortcut Blog

# vim-shortcut-blog

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/rodneylab/vim-shortcut-blog)

Demo code for adding Vim Keyboard shortcuts for navigation on your dev blog
site. The code accompanies the
article
on using Vim keyboard shortcuts on your blog
. If you have any questions,
please drop a comment at the bottom of that page.

## Building and previewing the site

If you're seeing this, you've probably already done this step. Congrats!

```bash
git clone https://github.com/rodneylab/vim-shortcut-blog.git
cd vim-shortcut-blog
pnpm install # or npm install
pnpm run dev
```

## Building

```bash
pnpm run build
```

> You can preview the built app with `pnpm run preview`, regardless of whether
> you installed an adapter. This should _not_ be used to serve your app in
> production.

Feel free to jump into the
[Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).