Skip to content

Commit

Permalink
Add Vim cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Sep 14, 2023
1 parent bfb9c11 commit 33ad3e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/blog/vim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: base.njk
title: Vim cheatsheet
---

# {{ title }}

## Movement

* `_`: First non-whitespace character on current line
* `g_`: Last non-whitespace character on current line
1 change: 1 addition & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ technical writer.

* [Proper Full Moon songs](/blog/moon/)
* [You (maybe?) have thousands of ancestors from the 1600s](/blog/ancestors/)
* [Vim cheatsheet](/blog/vim/)

## Favorites

Expand Down

0 comments on commit 33ad3e3

Please sign in to comment.