aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-07-04 09:58:31 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-04 09:58:31 -0400
commit687f1d8c1a31176c3d94e1c4f9049f011cd339ad (patch)
treedd3a9b85eff1856aa33b7adaace3753525a624bc /config
parent61ef404e31fe2b26c63c90c8dc2e42a794276f96 (diff)
Update binds.conf
Diffstat (limited to 'config')
-rw-r--r--config/binds.conf4
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>