diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-12 00:06:09 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-12 00:06:09 -0400 |
commit | 577248f5e15d98a9a6522a605acd434059582bfc (patch) | |
tree | 890e305c723c4c21c9fba071571ee0d010be1183 /config | |
parent | c05e5f73f29566812b7623311db8c6196c7be063 (diff) | |
download | aerc-577248f5e15d98a9a6522a605acd434059582bfc.tar.gz |
Add initial compose widget
Diffstat (limited to 'config')
-rw-r--r-- | config/binds.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index 520c731..1102c21 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -39,6 +39,14 @@ r = :reply<Enter> a = :reply -a<Enter> f = :forward<Enter> +[compose] +$noinherit = true +$ex = <semicolon> +<C-k> = :prev-field<Enter> +<C-j> = :next-field<Enter> +<C-p> = :prev-tab<Enter> +<C-n> = :next-tab<Enter> + [terminal] $noinherit = true $ex = <semicolon> |