From 33344e93e2ff9bccf758dfa25613b464dc66f085 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 10 Sep 2021 10:17:33 +0200 Subject: [PATCH] add keybinding notes to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8096ec7c..989e9327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fix commit msg being broken inside tag list ([#871](https://github.com/extrawurst/gitui/issues/871)) - fix filetree file content not showing tabs correctly ([#874](https://github.com/extrawurst/gitui/issues/874)) +## Key binding notes +- new keys: `rebase_branch` [`R`], `file_find` [`f`] + +see `vim_style_key_config.ron` for their default vim binding + ## [0.17.0] - 2021-08-21 **compare commits**