Added vim-like navigation (#11)
This commit is contained in:
parent
797fb83258
commit
8d2abf9b3b
3 changed files with 54 additions and 1 deletions
|
@ -9,6 +9,14 @@ This is a static site generated using [Hugo](https://gohugo.io/). There's a publ
|
|||
[here](https://github.com/alejandro-angulo/alejandr0angul0.dev). Nothing fancy going on. I'm planning on using this site as a sort
|
||||
of personal documentation. Hopefully what I write here will be useful to whoever stumbles upon it.
|
||||
|
||||
For you vim fans, this site supports scrolling vertically with vim bindings (as long as you allow this site to run javascript). As
|
||||
of now the following are supported:
|
||||
|
||||
- `j` (scrolls down)
|
||||
- `k` (scrolls up)
|
||||
- `gg` (scrolls to top)
|
||||
- `G` (scrolls to bottom)
|
||||
|
||||
## Me
|
||||
|
||||
I'm Alejandro Angulo, a code monkey living in the Los Angeles area. When I'm not ~~introducting bugs~~ writing beautiful,
|
||||
|
@ -18,4 +26,3 @@ I like to pass the time binge watching TV shows on Hulu/Netflix and starting (bu
|
|||
### Contact
|
||||
|
||||
I can be reached at `iam@<the domain of this site>`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue