Skip to content

Instantly share code, notes, and snippets.

import { Hono } from "hono";
import { serve } from "@hono/node-server";
import { serveStatic } from "@hono/node-server/serve-static";
import { reactRouter } from "remix-hono/handler";
// @ts-ignore
import * as build from "./build/server";
const app = new Hono();
app.use(
"*",
@lawrencecchen
lawrencecchen / ghostty config
Created January 21, 2025 03:59
lawrence's ghostty config
# vim bindings to focus splits
keybind = cmd+ctrl+h=goto_split:left
keybind = cmd+ctrl+j=goto_split:bottom
keybind = cmd+ctrl+k=goto_split:top
keybind = cmd+ctrl+l=goto_split:right
# delete to start of line
keybind = cmd+backspace=esc:w
keybind = global:cmd+control+.=toggle_quick_terminal