diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-20 16:49:39 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-20 16:49:39 -0400 |
commit | 0897413a3e7b7707e6e597077d1621e586180f3b (patch) | |
tree | 80ca6a98af958817dcc0847c5e5dd3af091dcc86 /config | |
parent | 511fea39449b6db551151da86d914bf7ab3b3713 (diff) | |
download | aerc-0897413a3e7b7707e6e597077d1621e586180f3b.tar.gz |
Implement :next-part, :prev-part
Diffstat (limited to 'config')
-rw-r--r-- | config/binds.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index 058b2d0..1f049a4 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -47,6 +47,8 @@ rr = :reply<Enter> rq = :reply -q<Enter> Rr = :reply -a<Enter> Rq = :reply -aq<Enter> +<C-k> = :prev-part<Enter> +<C-j> = :next-part<Enter> [compose] # Keybindings used when the embedded terminal is not selected in the compose |