We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cae1c7 commit c418f5eCopy full SHA for c418f5e
kitty.conf
@@ -261,7 +261,7 @@ map ctrl+a>shift+e launch --type=tab nvim ~/.config/kitty/kitty.conf
261
262
#: Reload kitty.conf
263
264
-map ctrl+a>shift+r combine : load_config_file : launch --type=overlay --hold --allow-remote-control kitty @ send-text "#kitty config reloaded\x0d"
+map ctrl+a>shift+r combine : load_config_file : launch --type=overlay sh -c 'echo "kitty config reloaded."; echo; read -r -p "Press Enter to exit"; echo ""'
265
266
#: Debug kitty configuration
267
0 commit comments