From d114857abd207f536f8ba28301dc14d6b1106c66 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 7 Aug 2022 00:31:12 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + src/ui/util.rs | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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,