Update binds.conf
This commit is contained in:
parent
61ef404e31
commit
687f1d8c1a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue