diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee6c63..d936c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased ### Changed +- Improved editor key bindings - Slowed down room history download speed ## v0.1.0 - 2022-08-06 diff --git a/src/ui/util.rs b/src/ui/util.rs index 1cab38c..c985862 100644 --- a/src/ui/util.rs +++ b/src/ui/util.rs @@ -30,8 +30,6 @@ pub fn prompt( } } -// TODO Support more of the emacs-y bindings, see bash as example - pub fn list_editor_key_bindings( bindings: &mut KeyBindingsList, char_filter: impl Fn(char) -> bool,