added quit keybind for terminal

This commit is contained in:
Ryan Schanzenbacher 2023-09-07 17:52:22 -04:00
parent 4fce6beea6
commit 409c1576b7
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -138,6 +138,7 @@ C = :multipart text/html<Enter>
[terminal]
$noinherit = true
$ex = <C-x>
<C-q> = :close<Enter>
<C-p> = :prev-tab<Enter>
<C-n> = :next-tab<Enter>