aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-30 21:40:41 -0400
committerDrew DeVault <sir@cmpwn.com>2019-03-30 21:40:41 -0400
commit04d9ab3ce6b8161ef7bc0ec4e5011f6ceadb73b6 (patch)
treeca2d2fb13d8a86c5341f82ceaf519acb0f23765a /config
parent4bdc0f37150db34eabbacef3c967a6643638265a (diff)
Update default config/binds.conf
Diffstat (limited to 'config')
-rw-r--r--config/binds.conf19
1 files changed, 17 insertions, 2 deletions
diff --git a/config/binds.conf b/config/binds.conf
index 814f9f5..2037cec 100644
--- a/config/binds.conf
+++ b/config/binds.conf
@@ -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>