diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-14 14:27:28 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-14 14:27:28 -0400 |
commit | f77d7c2c3d578ae5a724e1e8b91656304dde75d0 (patch) | |
tree | 77b4be714678ca6b1d25d94ba89215606c03d727 /config/binds.conf | |
parent | 928ac1bcd9f7e4a6f20ab23a9416180534417cff (diff) |
Add distinct keybindings for each compose view
Diffstat (limited to 'config/binds.conf')
-rw-r--r-- | config/binds.conf | 13 |
1 files changed, 13 insertions, 0 deletions
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<Enter> f = :forward<Enter> [compose] +# Keybindings used when the embedded terminal is not selected in the compose +# view +<C-k> = :prev-field<Enter> +<C-j> = :next-field<Enter> +<tab> = :next-field<Enter> + +[compose::editor] +# Keybindings used when the embedded terminal is selected in the compose view $noinherit = true $ex = <semicolon> <C-k> = :prev-field<Enter> @@ -47,6 +55,11 @@ $ex = <semicolon> <C-p> = :prev-tab<Enter> <C-n> = :next-tab<Enter> +[compose::review] +# Keybindings used when reviewing a message to be sent +y = :send<Enter> +n = :abort<Enter> + [terminal] $noinherit = true $ex = <semicolon> |