Update default config/binds.conf

This commit is contained in:
Drew DeVault 2019-03-30 21:40:41 -04:00
parent 4bdc0f3715
commit 04d9ab3ce6
1 changed files with 17 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# 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
q = :quit<Enter>
L = :next-tab<Enter>
H = :prev-tab<Enter>
<C-p> = :prev-tab<Enter>
<C-n> = :next-tab<Enter>
<C-t> = :term<Enter>
[messages]
@ -30,3 +30,18 @@ D = :delete-message<Enter>
c = :cf<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>