Use alt binds for changing tabs in aerc
parent
6b892abb83
commit
5a568e34f0
|
@ -1,6 +1,8 @@
|
||||||
# Binds are of the form <key sequence> = <command to run>
|
# Binds are of the form <key sequence> = <command to run>
|
||||||
# To use '=' in a key sequence, substitute it with "Eq": "<Ctrl+Eq>"
|
# 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
|
# 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-p> = :prev-tab<Enter>
|
||||||
<C-n> = :next-tab<Enter>
|
<C-n> = :next-tab<Enter>
|
||||||
<C-t> = :term<Enter>
|
<C-t> = :term<Enter>
|
||||||
|
@ -100,8 +102,8 @@ $noinherit = true
|
||||||
$ex = <C-x>
|
$ex = <C-x>
|
||||||
<C-k> = :prev-field<Enter>
|
<C-k> = :prev-field<Enter>
|
||||||
<C-j> = :next-field<Enter>
|
<C-j> = :next-field<Enter>
|
||||||
<C-p> = :prev-tab<Enter>
|
<A-p> = :prev-tab<Enter>
|
||||||
<C-n> = :next-tab<Enter>
|
<A-n> = :next-tab<Enter>
|
||||||
|
|
||||||
[compose::review]
|
[compose::review]
|
||||||
# Keybindings used when reviewing a message to be sent
|
# Keybindings used when reviewing a message to be sent
|
||||||
|
|
Loading…
Reference in New Issue