Skip to content

Commit 0670fa9

Browse files
committed
Update CHANGELOG and README for #328
1 parent b636e9e commit 0670fa9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
tiny. (8061042)
1010
- Minor improvements in logging (d0505f2, bbb4b81)
1111
- `/join` (without arguments) now rejoins the current channel. (#334)
12+
- Key bindings can be configured in the config file. See the [wiki
13+
page][key-bindings-wiki] for details. (#328, #336)
14+
15+
[key-bindings-wiki]: https://github.com/osa1/tiny/wiki/Configuring-key-bindings
1216

1317
# 2021/05/12: 0.9.0
1418

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ tiny is an IRC client written in Rust.
3232
- Disconnect detection and automatic reconnects. You can keep tiny running on
3333
your laptop and it automatically reconnects after a sleep etc.
3434

35-
- Key bindings inspired by terminal emulators and vim. See [key bindings
36-
section](#key-bindings) below.
35+
- Configurable key bindings inspired by terminal emulators and vim. See [key
36+
bindings section](#key-bindings) below.
3737

3838
- Configurable colors
3939

0 commit comments

Comments
 (0)