Skip to content

Commit c418f5e

Browse files
committed
refactor: refine config reload prompt
1 parent 6cae1c7 commit c418f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitty.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ map ctrl+a>shift+e launch --type=tab nvim ~/.config/kitty/kitty.conf
261261

262262
#: Reload kitty.conf
263263

264-
map ctrl+a>shift+r combine : load_config_file : launch --type=overlay --hold --allow-remote-control kitty @ send-text "#kitty config reloaded\x0d"
264+
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 ""'
265265

266266
#: Debug kitty configuration
267267

0 commit comments

Comments
 (0)