From f77d7c2c3d578ae5a724e1e8b91656304dde75d0 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 14 May 2019 14:27:28 -0400 Subject: Add distinct keybindings for each compose view --- config/binds.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config/binds.conf') diff --git a/config/binds.conf b/config/binds.conf index 1102c21..62004a9 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -40,6 +40,14 @@ a = :reply -a f = :forward [compose] +# Keybindings used when the embedded terminal is not selected in the compose +# view + = :prev-field + = :next-field + = :next-field + +[compose::editor] +# Keybindings used when the embedded terminal is selected in the compose view $noinherit = true $ex = = :prev-field @@ -47,6 +55,11 @@ $ex = = :prev-tab = :next-tab +[compose::review] +# Keybindings used when reviewing a message to be sent +y = :send +n = :abort + [terminal] $noinherit = true $ex = -- cgit v1.2.3