Revision: 2718
          http://tmux.svn.sourceforge.net/tmux/?rev=2718&view=rev
Author:   nicm
Date:     2012-03-11 23:04:19 +0000 (Sun, 11 Mar 2012)
Log Message:
-----------
Fix trailing \, pointed out by Romain Francoise and a few others.

Modified Paths:
--------------
    trunk/examples/screen-keys.conf

Modified: trunk/examples/screen-keys.conf
===================================================================
--- trunk/examples/screen-keys.conf     2012-03-07 13:40:08 UTC (rev 2717)
+++ trunk/examples/screen-keys.conf     2012-03-11 23:04:19 UTC (rev 2718)
@@ -72,8 +72,8 @@
 bind w list-windows
 
 # quit \ 
-unbind \
-bind \ confirm-before "kill-server"
+unbind '\'
+bind '\' confirm-before "kill-server"
 
 # kill K k 
 unbind K

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to