Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Apr 14, 2020
1 parent 1f16b0d commit 40996ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ Pressing `ctrl-space` will render Markdown files to PDF using `pandoc` (as oppos

## General info

* Version: 2.22.0
* Version: 2.23.0
* License: 3-clause BSD
* Author: Alexander F. Rødseth <xyproto@archlinux.org>
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/xyproto/vt100"
)

const version = "o 2.22.0"
const version = "o 2.23.0"

var (
rebasePrefixes = []string{"p", "pick", "r", "reword", "d", "drop", "e", "edit", "s", "squash", "f", "fixup", "x", "exec", "b", "break", "l", "label", "t", "reset", "m", "merge"}
Expand Down
6 changes: 4 additions & 2 deletions o.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" -*-Nroff-*-
.\"
.TH "o" 1 "06 Apr 2020" "" ""
.TH "o" 1 "14 Apr 2020" "" ""
.SH NAME
o \- an editor
.SH SYNOPSIS
Expand Down Expand Up @@ -89,6 +89,8 @@ displays brief usage information
.sp
.B ctrl-space
Build Go programs with `go build`. Build C++ programs with `cxx`. Otherwise, perform word-wrapping.
For .ico files, export to .png. For .png files, export to .ico.
For Markdown files, export to .pdf using `pandoc`.
.sp
.B ctrl-\\\\
Toggle single-line comments for a block of code.
Expand All @@ -112,7 +114,7 @@ I wanted to write a simple editor that only used VT100 terminal codes.
.SH BUGS
Lines longer than the terminal width are not handled gracefully.
.SH VERSION
2.22.0
2.23.0
.SH AUTHOR
.B o
was written by Alexander F. Rødseth <xyproto@archlinux.org>

0 comments on commit 40996ac

Please sign in to comment.