mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Remove the layout undo/redo code which never really worked.
This commit is contained in:
		@@ -130,7 +130,6 @@ key_bindings_init(void)
 | 
			
		||||
		{ '?', 			  0, &cmd_list_keys_entry },
 | 
			
		||||
		{ 'D',			  0, &cmd_choose_client_entry },
 | 
			
		||||
		{ 'L',			  0, &cmd_switch_client_entry },
 | 
			
		||||
		{ 'U',			  1, &cmd_select_layout_entry },
 | 
			
		||||
		{ '[', 			  0, &cmd_copy_mode_entry },
 | 
			
		||||
		{ '\'',			  0, &cmd_command_prompt_entry },
 | 
			
		||||
		{ '\002', /* C-b */	  0, &cmd_send_prefix_entry },
 | 
			
		||||
@@ -149,7 +148,6 @@ key_bindings_init(void)
 | 
			
		||||
		{ 'r', 			  0, &cmd_refresh_client_entry },
 | 
			
		||||
		{ 's', 			  0, &cmd_choose_tree_entry },
 | 
			
		||||
		{ 't', 			  0, &cmd_clock_mode_entry },
 | 
			
		||||
		{ 'u',			  1, &cmd_select_layout_entry },
 | 
			
		||||
		{ 'w', 			  0, &cmd_choose_window_entry },
 | 
			
		||||
		{ 'x', 			  0, &cmd_confirm_before_entry },
 | 
			
		||||
		{ '{',			  0, &cmd_swap_pane_entry },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user