diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-14 16:57:10 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-14 16:57:10 -0400 |
commit | d3fe60a0fabf14eeb9b8cacdbbdf5ca9ce8aba37 (patch) | |
tree | bf527aa1da4eec08b4c4d8a4e85d3252a1e9cf84 /config/binds.conf | |
parent | 2e5ae1946bb3f55d00db5a1deebde2c84826ebf6 (diff) |
Add ! to default keybindings
Diffstat (limited to 'config/binds.conf')
-rw-r--r-- | config/binds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index 62004a9..cf3fbc2 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -5,6 +5,7 @@ q = :quit<Enter> <C-p> = :prev-tab<Enter> <C-n> = :next-tab<Enter> <C-t> = :term<Enter> +! = :term<space> [messages] j = :next-message<Enter> |