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!
- Host: GitHub
- URL: https://github.com/rodneylab/vim-shortcut-blog
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2021-10-11T15:42:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T15:39:00.000Z (over 1 year ago)
- Last Synced: 2025-01-08T13:52:39.463Z (over 1 year ago)
- Topics: javascript, keyboard-events, keyboard-shortcuts, svelte, sveltekit, vim
- Language: Svelte
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

Vim Keyboard Shortcut Blog
# vim-shortcut-blog
[](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).