diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-19 10:45:17 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-19 10:45:44 -0400 |
commit | 8b2abcb02a191ad77c971fd4679c7d177ce2f827 (patch) | |
tree | f279439bac5ae83cece2d32701cd7c61c7e614a5 /config | |
parent | 7899d15d607cd9122e731cd2d2a8e52ee523ce0c (diff) | |
download | aerc-8b2abcb02a191ad77c971fd4679c7d177ce2f827.tar.gz |
Change default attach keybinding
Diffstat (limited to 'config')
-rw-r--r-- | config/binds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binds.conf b/config/binds.conf index 99f575a..b9b19be 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -88,7 +88,7 @@ y = :send<Enter> n = :abort<Enter> q = :abort<Enter> e = :edit<Enter> -a = :attach<Enter> +a = :attach<space> [terminal] $noinherit = true |