Update binds.conf

This commit is contained in:
Drew DeVault 2019-07-04 09:58:31 -04:00
parent 61ef404e31
commit 687f1d8c1a
1 changed files with 2 additions and 2 deletions

View File

@ -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>