about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-20 16:49:39 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-20 16:49:39 -0400
commit0897413a3e7b7707e6e597077d1621e586180f3b (patch)
tree80ca6a98af958817dcc0847c5e5dd3af091dcc86 /config
parent511fea39449b6db551151da86d914bf7ab3b3713 (diff)
downloadaerc-0897413a3e7b7707e6e597077d1621e586180f3b.tar.gz
Implement :next-part, :prev-part
Diffstat (limited to 'config')
-rw-r--r--config/binds.conf2
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
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165