summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2022-04-20 09:19:48 -0230
committerTim Oram <dev@mitmaro.ca>2022-04-20 10:03:26 -0230
commit5d54e3b145d77ff6c54276183f6e26b0c28817f4 (patch)
tree2f52c16122c44f2020fc0342531dcdfc8a724f5a /CHANGELOG.md
parent3425c5282531f1bca7f571325aafb82ea820d503 (diff)
Remove the ctrl-d keybinding
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edb56cc..61638d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added
- Added mew keybindings for customizing the scrolling the view. ([#647](https://github.com/MitMaro/git-interactive-rebase-tool/pull/647))
+### Removed
+- `ctrl-d` keybinding, since it conflicts with the `ctrl-d` keybinding in Vim. ([#648](https://github.com/MitMaro/git-interactive-rebase-tool/pull/648))
+
## [2.1.0] - 2021-04-20
### Added