diff options
Diffstat (limited to '.config/aerc')
| -rw-r--r-- | .config/aerc/binds.conf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index fac421b..11009c2 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/binds.conf @@ -1,8 +1,8 @@ # 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 -J = :prev-tab<Enter> -K = :next-tab<Enter> +<C-h> = :prev-tab<Enter> +<C-l> = :next-tab<Enter> [messages] q = :quit<Enter> @@ -45,7 +45,9 @@ N = :prev-result<Enter> T = :toggle-threads<Enter> gi = :cf INBOX<Enter> -<C-w> = :pipe -mb aerc-copy-link<Enter> +# <C-w> = :pipe -mb aerc-copy-link<Enter> +<C-w> = :open-link +C = :check-mail<Enter> [messages:account=gnzler] gl = :cf lists<Enter> @@ -74,7 +76,8 @@ Rr = :reply<Enter> Rq = :reply -q<Enter> H = :toggle-headers<Enter> -<C-w> = :pipe -mb aerc-copy-link<Enter> +# <C-w> = :pipe -mb aerc-copy-link<Enter> +<C-w> = :open-link [compose] $ex = <C-x> |