mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Do not have a default binding for C-b in copy-mode-vi or it conflicts
with the default prefix. Reported by natano@.
This commit is contained in:
		@@ -296,7 +296,6 @@ key_bindings_init(void)
 | 
			
		||||
		"bind -Tcopy-mode C-Up send -X scroll-up",
 | 
			
		||||
		"bind -Tcopy-mode C-Down send -X scroll-down",
 | 
			
		||||
 | 
			
		||||
		"bind -Tcopy-mode-vi C-b send -X page-up",
 | 
			
		||||
		"bind -Tcopy-mode-vi C-c send -X cancel",
 | 
			
		||||
		"bind -Tcopy-mode-vi C-d send -X halfpage-down",
 | 
			
		||||
		"bind -Tcopy-mode-vi C-e send -X scroll-down",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user