mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add Home and End for copy mode.
This commit is contained in:
		@@ -260,6 +260,8 @@ key_bindings_init(void)
 | 
			
		||||
		"bind -Tcopy-mode n send -X search-again",
 | 
			
		||||
		"bind -Tcopy-mode q send -X cancel",
 | 
			
		||||
		"bind -Tcopy-mode t command-prompt -1p'jump to forward' 'send -X jump-to-forward \"%%%\"'",
 | 
			
		||||
		"bind -Tcopy-mode Home send -X start-of-line",
 | 
			
		||||
		"bind -Tcopy-mode End send -X end-of-line",
 | 
			
		||||
		"bind -Tcopy-mode MouseDown1Pane select-pane",
 | 
			
		||||
		"bind -Tcopy-mode MouseDrag1Pane select-pane\\; send -X begin-selection",
 | 
			
		||||
		"bind -Tcopy-mode MouseDragEnd1Pane send -X copy-selection-and-cancel",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user