diff options
author | Anton Mosich <anton@mosich.at> | 2023-07-21 10:55:30 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-07-28 21:20:48 +0200 |
commit | 5062493d49c00983caba1a2c4cf3aacbb7d6ae71 (patch) | |
tree | 119db60003f493daf4492c46bb0e767ce6f9f666 /config/binds.conf | |
parent | cb57cd20e99c29391031a0bb27d1d3e099b21157 (diff) | |
download | aerc-5062493d49c00983caba1a2c4cf3aacbb7d6ae71.tar.gz |
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>
Diffstat (limited to 'config/binds.conf')
-rw-r--r-- | config/binds.conf | 2 |
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> |