mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add a key string for space ("Space") and document the names, suggested by
guenther@. Also document how to bind " and ', suggested by miod@.
This commit is contained in:
		@@ -57,6 +57,7 @@ struct {
 | 
			
		||||
	{ "PPage",	KEYC_PPAGE },
 | 
			
		||||
	{ "Tab",	'\011' },
 | 
			
		||||
	{ "BTab",	KEYC_BTAB },
 | 
			
		||||
	{ "Space",	' ' },
 | 
			
		||||
	{ "BSpace",	KEYC_BSPACE },
 | 
			
		||||
	{ "Enter",	'\r' },
 | 
			
		||||
	{ "Escape",	'\033' },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user