Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

init.lua
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
local workout = require("workout")
vim.keymap.set("n", "<leader>wc", workout.capture, { desc = "Capture workout" })