summary refs log tree commit diff
path: root/bin/man1/hnel.1
blob: 82305be806d7795aa3113f12e932167ed556e3a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.Dd July 8, 2019
.Dt HNEL 1
.Os
.
.Sh NAME
.Nm hnel
.Nd PTY input remapper
.
.Sh SYNOPSIS
.Nm
.Ar string1
.Ar string2
.Ar command ...
.
.Sh DESCRIPTION
.Nm
runs the
.Ar command
in a new PTY,
remapping input characters in
.Ar string1
to the corresponding characters in
.Ar string2 .
Type
.Ic ^S
to toggle remapping.
.
.Sh EXAMPLES
.Dl hnel '[]{}' '{}[]' vim
.
.Sh SEE ALSO
.Xr tr 1
.
.Sh BUGS
Window size changes are not propagated
to the child PTY.
ubject'>Add NetBSD to install.shJune McEnroe 2018-08-24Show hostname in title over SSHJune McEnroe 2018-08-23Alias bc='bc -l'June McEnroe 2018-08-20Update usage of scheme in READMEJune McEnroe 2018-08-20Use scheme.h in fbatt and fbclockJune McEnroe 2018-08-20Generate scheme.hJune McEnroe 2018-08-20Add dependencies on gfx.hJune McEnroe 2018-08-18Add Blondie — Heart of GlassJune McEnroe Why didn't I know about this song? I love it. 2018-08-18Set FCEDIT=$EDITORJune McEnroe 2018-08-18Only post commits with bodies to MastodonJune McEnroe 2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe