.TH TWIG 1 "June 2026" "Twig 0.1.1" "User Commands"
.SH NAME
twig \- lightweight GTK code editor
.SH SYNOPSIS
.B twig
.RI [ FILE ...]
.SH DESCRIPTION
.B Twig
is a small GTK code editor for lightweight Linux desktops. It opens each file
in a separate window and supports syntax highlighting, line numbers, find and
replace, undo and redo, and save-before-close prompts.
.SH KEYBOARD SHORTCUTS
.TP
.B Ctrl+O
Open one or more files.
.TP
.B Ctrl+S
Save the current file.
.TP
.B Ctrl+Shift+S
Save the current file as a new path.
.TP
.B Ctrl+F
Open or focus find and replace.
.TP
.B Ctrl+D
Delete the selected lines or current line.
.TP
.B Ctrl+Q
Quit Twig, prompting for unsaved files.
.SH AUTHOR
Written by harrison erd.