diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-04 09:58:31 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-04 09:58:31 -0400 |
commit | 687f1d8c1a31176c3d94e1c4f9049f011cd339ad (patch) | |
tree | dd3a9b85eff1856aa33b7adaace3753525a624bc | |
parent | 61ef404e31fe2b26c63c90c8dc2e42a794276f96 (diff) | |
download | aerc-687f1d8c1a31176c3d94e1c4f9049f011cd339ad.tar.gz |
Update binds.conf
-rw-r--r-- | config/binds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/binds.conf b/config/binds.conf index 75b02b3..99f575a 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -76,7 +76,7 @@ $ex = <C-x> [compose::editor] # Keybindings used when the embedded terminal is selected in the compose view $noinherit = true -$ex = <semicolon> +$ex = <C-x> <C-k> = :prev-field<Enter> <C-j> = :next-field<Enter> <C-p> = :prev-tab<Enter> @@ -92,7 +92,7 @@ a = :attach<Enter> [terminal] $noinherit = true -$ex = <semicolon> +$ex = <C-x> <C-p> = :prev-tab<Enter> <C-n> = :next-tab<Enter> |