diff options
-rw-r--r-- | config/binds.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index cb5ffd3d..f46111b0 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -90,10 +90,13 @@ $ex = <C-x> [compose] # Keybindings used when the embedded terminal is not selected in the compose # view +$noinherit = true $ex = <C-x> <C-k> = :prev-field<Enter> <C-j> = :next-field<Enter> <tab> = :next-field<Enter> +<C-p> = :prev-tab<Enter> +<C-n> = :next-tab<Enter> [compose::editor] # Keybindings used when the embedded terminal is selected in the compose view |