mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Make paste -p the default for ], GitHub issue 2248.
This commit is contained in:
		@@ -311,7 +311,7 @@ key_bindings_init(void)
 | 
				
			|||||||
		"bind -N 'Switch to the last client' L switch-client -l",
 | 
							"bind -N 'Switch to the last client' L switch-client -l",
 | 
				
			||||||
		"bind -N 'Clear the marked pane' M select-pane -M",
 | 
							"bind -N 'Clear the marked pane' M select-pane -M",
 | 
				
			||||||
		"bind -N 'Enter copy mode' [ copy-mode",
 | 
							"bind -N 'Enter copy mode' [ copy-mode",
 | 
				
			||||||
		"bind -N 'Paste the most recent paste buffer' ] paste-buffer",
 | 
							"bind -N 'Paste the most recent paste buffer' ] paste-buffer -p",
 | 
				
			||||||
		"bind -N 'Create a new window' c new-window",
 | 
							"bind -N 'Create a new window' c new-window",
 | 
				
			||||||
		"bind -N 'Detach the current client' d detach-client",
 | 
							"bind -N 'Detach the current client' d detach-client",
 | 
				
			||||||
		"bind -N 'Search for a pane' f command-prompt \"find-window -Z -- '%%'\"",
 | 
							"bind -N 'Search for a pane' f command-prompt \"find-window -Z -- '%%'\"",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user