summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2022-09-07 16:39:15 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2022-09-07 16:39:15 +0300
commit9dc4d4055cb2f854e835748315677bf4a2db2012 (patch)
tree6c266af1e4a979be7ee42389c7eb65edc9635ed4 /CHANGELOG.md
parent3d92b41075fc16214675cf141acd9c89fb6f5c49 (diff)
downloadmeli-9dc4d4055cb2f854e835748315677bf4a2db2012.zip
listing: add focus_{left,right} shortcuts to switch focus
This allows you to make the mail entry column occupy the whole screen if you press focus_right (Right key) twice.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e224e688..32bb9929 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
+- Added shortcuts for focusing to sidebar menu and back to the e-mail view (`focus_left` and `focus_right`)
- `f76f4ea3` A new manual page, `meli.7` which contains a general tutorial for using meli.
-- `f76f4ea3` Added shortcuts for focusing to sidebar menu and back to the e-mail view (`focus_on_menu` and `focus_on_list`)
- `cbe593cf` add configurable header preample suffix and prefix for editing
- `a484b397` Added instructions and information to error shown when libnotmuch could not be found.
- `a484b397` Added configuration setting `library_file_path` to notmuch backend if user wants to specify the library's location manually.