aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Mosich <anton@mosich.at>2023-07-21 10:55:30 +0200
committerRobin Jarry <robin@jarry.cc>2023-07-28 21:20:48 +0200
commit5062493d49c00983caba1a2c4cf3aacbb7d6ae71 (patch)
tree119db60003f493daf4492c46bb0e767ce6f9f666
parentcb57cd20e99c29391031a0bb27d1d3e099b21157 (diff)
downloadaerc-5062493d49c00983caba1a2c4cf3aacbb7d6ae71.tar.gz
aerc-5062493d49c00983caba1a2c4cf3aacbb7d6ae71.zip
binds: replace redundant default bind
<C-PgDn> was defined twice in the [compose::editor] context. I changed one of the definitions to a proper <C-PgUp> one. Signed-off-by: Anton Mosich <anton@mosich.at> Acked-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--config/binds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binds.conf b/config/binds.conf
index 3d84ea14..1b0c42c2 100644
--- a/config/binds.conf
+++ b/config/binds.conf
@@ -137,7 +137,7 @@ $ex = <C-x>
<C-j> = :next-field<Enter>
<C-Down> = :next-field<Enter>
<C-p> = :prev-tab<Enter>
-<C-PgDn> = :next-tab<Enter>
+<C-PgUp> = :prev-tab<Enter>
<C-n> = :next-tab<Enter>
<C-PgDn> = :next-tab<Enter>