diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-14 19:18:33 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-14 19:18:33 -0400 |
commit | 52b318127fe7ec001ca824947193b2cb7b0ebda6 (patch) | |
tree | 6469575f1329aaa0a33efed6a7ee1efbd1174800 /config | |
parent | 67ddaea1b222ff5a9ca9daa9b5412c99049f5557 (diff) | |
download | aerc-52b318127fe7ec001ca824947193b2cb7b0ebda6.tar.gz |
Fix default bindings for quit and edit
Diffstat (limited to 'config')
-rw-r--r-- | config/binds.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/binds.conf b/config/binds.conf index 2d209c9..6d90e12 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -1,12 +1,13 @@ # Binds are of the form <key sequence> = <command to run> # 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> <C-p> = :prev-tab<Enter> <C-n> = :next-tab<Enter> <C-t> = :term<Enter> [messages] +q = :quit<Enter> + j = :next-message<Enter> <Down> = :next-message<Enter> <C-d> = :next-message 50%<Enter> @@ -67,6 +68,8 @@ $ex = <semicolon> # Keybindings used when reviewing a message to be sent y = :send<Enter> n = :abort<Enter> +e = :edit<Enter> +a = :attach<Enter> [terminal] $noinherit = true |