diff --git a/content/software/oxterm.gmi b/content/software/oxterm.gmi index fb35523..2e1846a 100644 --- a/content/software/oxterm.gmi +++ b/content/software/oxterm.gmi @@ -1,3 +1,23 @@ +( + title: "OxTerm", + summary: Some("A terminal emulator in gtk with split panes and tabs"), + published: Some(( + year: 2022, + month: 7, + day: 18, + hour: 23, + minute: 57, + second: 36, + )), + tags: [ + "terminal", + "software", + "oxterm", + "rust", + "gtk", + ], +) +--- The **Oxized** terminal emulator ## Summary @@ -24,7 +44,7 @@ A lot of Linux distros are significantly behind in packaging Gtk+ version 4 and FreeBSD has a compatible package for Gtk+ version 4, but not for Vte. ## Keyboard Shortcuts The following table gives the default keybindings. If any customization is desired, see [configuration](#configuration) - +``` | Shortcut | Action | | ---------------- | ---------------------- | | Ctrl/Shift/T | New Tab | @@ -37,7 +57,7 @@ The following table gives the default keybindings. If any customization is desir | Ctrl/Shift/N | New Window | | Ctrl/Shift/A | Show About Info | | Ctrl/Shift/Q | Close Window | - +``` ## Configuration Most of the planned configuration items are not yet implemented.