Update default config/binds.conf
This commit is contained in:
parent
4bdc0f3715
commit
04d9ab3ce6
|
@ -2,8 +2,8 @@
|
||||||
# To use '=' in a key sequence, substitute it with "Eq": "<Ctrl+Eq>"
|
# To use '=' in a key sequence, substitute it with "Eq": "<Ctrl+Eq>"
|
||||||
# If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit
|
# If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit
|
||||||
q = :quit<Enter>
|
q = :quit<Enter>
|
||||||
L = :next-tab<Enter>
|
<C-p> = :prev-tab<Enter>
|
||||||
H = :prev-tab<Enter>
|
<C-n> = :next-tab<Enter>
|
||||||
<C-t> = :term<Enter>
|
<C-t> = :term<Enter>
|
||||||
|
|
||||||
[messages]
|
[messages]
|
||||||
|
@ -30,3 +30,18 @@ D = :delete-message<Enter>
|
||||||
|
|
||||||
c = :cf<space>
|
c = :cf<space>
|
||||||
$ = :term<space>
|
$ = :term<space>
|
||||||
|
| = :pipe<space>
|
||||||
|
|
||||||
|
[msgview]
|
||||||
|
q = :close<Enter>
|
||||||
|
| = :pipe<space>
|
||||||
|
r = :reply<Enter>
|
||||||
|
a = :reply -a<Enter>
|
||||||
|
f = :forward<Enter>
|
||||||
|
|
||||||
|
[terminal]
|
||||||
|
$noinherit = true
|
||||||
|
$ex = <semicolon>
|
||||||
|
|
||||||
|
<C-p> = :prev-tab<Enter>
|
||||||
|
<C-n> = :next-tab<Enter>
|
||||||
|
|
Loading…
Reference in New Issue