mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add -Z to customize-mode binding.
This commit is contained in:
		@@ -320,7 +320,7 @@ key_bindings_init(void)
 | 
				
			|||||||
		"bind -N 'Toggle the marked pane' m select-pane -m",
 | 
							"bind -N 'Toggle the marked pane' m select-pane -m",
 | 
				
			||||||
		"bind -N 'Select the next window' n next-window",
 | 
							"bind -N 'Select the next window' n next-window",
 | 
				
			||||||
		"bind -N 'Select the next pane' o select-pane -t:.+",
 | 
							"bind -N 'Select the next pane' o select-pane -t:.+",
 | 
				
			||||||
		"bind -N 'Customize options' C customize-mode",
 | 
							"bind -N 'Customize options' C customize-mode -Z",
 | 
				
			||||||
		"bind -N 'Select the previous pane' p previous-window",
 | 
							"bind -N 'Select the previous pane' p previous-window",
 | 
				
			||||||
		"bind -N 'Display pane numbers' q display-panes",
 | 
							"bind -N 'Display pane numbers' q display-panes",
 | 
				
			||||||
		"bind -N 'Redraw the current client' r refresh-client",
 | 
							"bind -N 'Redraw the current client' r refresh-client",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user