summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-10-25 21:58:05 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-10-25 21:58:05 +0000
commit2536ea12cbcc51b70d6f260d303c2a8a3ae22e6d (patch)
tree0736cf6ba9da0558e872f61bffae27b4d4e424e3 /examples
parentcb3b0e661d60a0aea248469a76518f3a19de9521 (diff)
+confirm-before.
Diffstat (limited to 'examples')
-rw-r--r--examples/screen-keys.conf8
1 files 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