Browse Source

fix config

pull/253/head
Rasmus Lindroth 3 years ago
parent
commit
154727090f
  1. 2
      docs/man/tut.1
  2. 4
      docs/man/tut.1.md
  3. 1998
      docs/man/tut.5
  4. 1468
      docs/man/tut.5.md
  5. 8
      docs/man/tut.7
  6. 10
      docs/man/tut.7.md

2
docs/man/tut.1

@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "tut" "1" "2023-01-01" "tut 1.0.34" ""
.TH "tut" "1" "2023-01-07" "tut 1.0.35" ""
.hy
.SH NAME
.PP

4
docs/man/tut.1.md

@ -1,6 +1,6 @@
% tut(1) tut 1.0.34
% tut(1) tut 1.0.35
% Rasmus Lindroth
% 2023-01-01
% 2023-01-07
# NAME
tut - a Mastodon TUI

1998
docs/man/tut.5

File diff suppressed because it is too large Load Diff

1468
docs/man/tut.5.md

File diff suppressed because it is too large Load Diff

8
docs/man/tut.7

@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "tut" "7" "2023-01-01" "tut 1.0.34" ""
.TH "tut" "7" "2023-01-07" "tut 1.0.35" ""
.hy
.SH NAME
.PP
@ -152,7 +152,7 @@ Place the list in choosen placement
\f[B]:list-split\f[R] \f[I]row|column\f[R]
Split the timelines in window by row or column
.TP
\f[B]:move-pane\f[R] \f[I]left|right|up|down|home|end\f[R]
\f[B]:move-window\f[R] \f[I]left|right|up|down|home|end\f[R]
Moves the window in choosen direction
.TP
\f[B]:mv\f[R] \f[I]l|r|u|d|h|e\f[R]
@ -202,8 +202,8 @@ Search for users named <username>, e.g.\ :user rasmus.
To narrow a search include the instance like this :user
rasmus\[at]mastodon.acc.sunet.se
.TP
\f[B]:pane\f[R] \f[I]<int>\f[R]
Switch window by index (zero indexed) e.g.\ :pane 0 for the left/top
\f[B]:window\f[R] \f[I]<int>\f[R]
Switch window by index (zero indexed) e.g.\ :window 0 for the left/top
window
.SH SEE ALSO
.IP

10
docs/man/tut.7.md

@ -1,6 +1,6 @@
% tut(7) tut 1.0.34
% tut(7) tut 1.0.35
% Rasmus Lindroth
% 2023-01-01
% 2023-01-07
# NAME
tut - keys and commands inside of tut(1)
@ -95,7 +95,7 @@ To change the keys look at tut(5) under the *INPUT* section.
**:list-split** *row|column*
: Split the timelines in window by row or column
**:move-pane** *left|right|up|down|home|end*
**:move-window** *left|right|up|down|home|end*
: Moves the window in choosen direction
**:mv** *l|r|u|d|h|e*
@ -137,8 +137,8 @@ To change the keys look at tut(5) under the *INPUT* section.
**:user** *\<username\>*
: Search for users named \<username\>, e.g. :user rasmus. To narrow a search include the instance like this :user rasmus@mastodon.acc.sunet.se
**:pane** *\<int\>*
: Switch window by index (zero indexed) e.g. :pane 0 for the left/top window
**:window** *\<int\>*
: Switch window by index (zero indexed) e.g. :window 0 for the left/top window
# SEE ALSO
tut(1) - flags and commands

Loading…
Cancel
Save