From 2536ea12cbcc51b70d6f260d303c2a8a3ae22e6d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 25 Oct 2009 21:58:05 +0000 Subject: [PATCH] +confirm-before. --- examples/screen-keys.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/screen-keys.conf b/examples/screen-keys.conf index 0a150c95..e75b38c5 100644 --- a/examples/screen-keys.conf +++ b/examples/screen-keys.conf @@ -1,4 +1,4 @@ -# $Id: screen-keys.conf,v 1.4 2009-10-25 21:45:26 nicm Exp $ +# $Id: screen-keys.conf,v 1.5 2009-10-25 21:58:05 nicm Exp $ # # By Nicholas Marriott. Public domain. # @@ -75,13 +75,13 @@ bind w list-windows # quit \ unbind \ -bind \ kill-server +bind \ confirm-before "kill-server" # kill K k unbind K -bind K kill-window +bind K confirm-before "kill-window" unbind k -bind k kill-window +bind k confirm-before "kill-window" # redisplay ^L l unbind ^L