diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-07 17:52:22 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-07 17:52:22 -0400 |
commit | 409c1576b7f26056fd012b6010ae1e8bc2840412 (patch) | |
tree | 0091ec296e63e9dcde1addce70efd0dc4d971925 /home-config/aerc | |
parent | 4fce6beea642b56e63179c3fe93b4401dcc61fc4 (diff) |
added quit keybind for terminal
Diffstat (limited to 'home-config/aerc')
-rw-r--r-- | home-config/aerc/binds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/aerc/binds.conf b/home-config/aerc/binds.conf index 49447e6..f06ee85 100644 --- a/home-config/aerc/binds.conf +++ b/home-config/aerc/binds.conf | |||
@@ -138,6 +138,7 @@ C = :multipart text/html<Enter> | |||
138 | [terminal] | 138 | [terminal] |
139 | $noinherit = true | 139 | $noinherit = true |
140 | $ex = <C-x> | 140 | $ex = <C-x> |
141 | <C-q> = :close<Enter> | ||
141 | 142 | ||
142 | <C-p> = :prev-tab<Enter> | 143 | <C-p> = :prev-tab<Enter> |
143 | <C-n> = :next-tab<Enter> | 144 | <C-n> = :next-tab<Enter> |