mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Remove bind-key -c which doesn't do anything and is undocumented.
This commit is contained in:
		@@ -33,8 +33,8 @@ const struct cmd_entry cmd_bind_key_entry = {
 | 
			
		||||
	.name = "bind-key",
 | 
			
		||||
	.alias = "bind",
 | 
			
		||||
 | 
			
		||||
	.args = { "cnrN:T:", 2, -1 },
 | 
			
		||||
	.usage = "[-cnr] [-T key-table] [-N note] key "
 | 
			
		||||
	.args = { "nrN:T:", 2, -1 },
 | 
			
		||||
	.usage = "[-nr] [-T key-table] [-N note] key "
 | 
			
		||||
	         "command [arguments]",
 | 
			
		||||
 | 
			
		||||
	.flags = CMD_AFTERHOOK,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user