Use alt binds for changing tabs in aerc

main
Ensar Sarajčić 2023-12-19 10:04:10 +01:00
parent 6b892abb83
commit 5a568e34f0
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# Binds are of the form <key sequence> = <command to run>
# To use '=' in a key sequence, substitute it with "Eq": "<Ctrl+Eq>"
# If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit
<A-p> = :prev-tab<Enter>
<A-n> = :next-tab<Enter>
<C-p> = :prev-tab<Enter>
<C-n> = :next-tab<Enter>
<C-t> = :term<Enter>
@ -100,8 +102,8 @@ $noinherit = true
$ex = <C-x>
<C-k> = :prev-field<Enter>
<C-j> = :next-field<Enter>
<C-p> = :prev-tab<Enter>
<C-n> = :next-tab<Enter>
<A-p> = :prev-tab<Enter>
<A-n> = :next-tab<Enter>
[compose::review]
# Keybindings used when reviewing a message to be sent