summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorjeremycostanzo <56163564+jeremycostanzo@users.noreply.github.com>2022-06-09 23:08:18 +0200
committerGitHub <noreply@github.com>2022-06-10 00:08:18 +0300
commitfdcf99b0c17214d2318298bc4ea911931c3b9ece (patch)
tree85acf79129bf9c3e2eaafacd2d4596a9fee4983d /CHANGELOG.md
parent90552e3e7f8f085919a39435a8a68b3a2f633e54 (diff)
Add vi action to center view around vi cursor
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46a9d77b..637785a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Support for OpenGL ES 2.0
- Escape sequence to set underline color (`CSI 58 : 2 : Ps : Ps : Ps m`/`CSI 58 : 5 : Ps m`)
- Escape sequence to reset underline color (`CSI 59 m`)
+- Vi mode keybinding (z) to center view around vi mode cursor
### Changed