From cf8d5a7a4d7ad6bc350292b3fa1f583d04b21e6c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 9 Jul 2021 13:11:02 +0200 Subject: [PATCH] Use lowercase for options --- zellij-utils/assets/config/default.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zellij-utils/assets/config/default.yaml b/zellij-utils/assets/config/default.yaml index 9b0a57ff..d9090a8d 100644 --- a/zellij-utils/assets/config/default.yaml +++ b/zellij-utils/assets/config/default.yaml @@ -244,6 +244,6 @@ keybinds: # Choose what to do when zellij receives SIGTERM, SIGINT, SIGQUIT or SIGHUP # eg. when terminal window with an active zellij session is closed # Options: -# - Detach (Default) -# - Quit -#on_force_close: Quit +# - detach (Default) +# - quit +#on_force_close: quit