This is a cheat sheet for the Vim As Your Editor series by ThePrimeagen
j
and k
- move down and up
h
and l
- move left and right
//- Add tags/description to CodePen | |
#app | |
ma-header | |
ma-article | |
//--- Vue component definitions ---// | |
script#ma-header(type='text/x-template') | |
div |
This is a cheat sheet for the Vim As Your Editor series by ThePrimeagen
j
and k
- move down and up
h
and l
- move left and right
type UkCity = "london" | "edinburgh"
import { Effect as E, Schema } from "@effect/schema" | |
import { | |
BooleanFromSelfOrString, | |
NonEmptyObject, | |
ObjectValue, | |
} from "@o/shared" | |
import { ConfigProvider, Context, Layer } from "effect" | |
const WorkerBinding = <T extends object>() => | |
NonEmptyObject.pipe( |