binds.conf: change default review bindings
Add missing :detach binding. Ask user for confirmation when pressing 'q'. Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
1f99581f67
commit
923e949c05
1 changed files with 2 additions and 1 deletions
|
@ -92,9 +92,10 @@ $ex = <C-x>
|
||||||
y = :send<Enter>
|
y = :send<Enter>
|
||||||
n = :abort<Enter>
|
n = :abort<Enter>
|
||||||
p = :postpone<Enter>
|
p = :postpone<Enter>
|
||||||
q = :abort<Enter>
|
q = :choose -o d discard abort -o p postpone postpone<Enter>
|
||||||
e = :edit<Enter>
|
e = :edit<Enter>
|
||||||
a = :attach<space>
|
a = :attach<space>
|
||||||
|
d = :detach<space>
|
||||||
|
|
||||||
[terminal]
|
[terminal]
|
||||||
$noinherit = true
|
$noinherit = true
|
||||||
|
|
Loading…
Reference in a new issue