feat: use alt+shift+v keybind for clipboard history palette
				
					
				
			This commit is contained in:
		
							parent
							
								
									634a18cb56
								
							
						
					
					
						commit
						acbf435a2e
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -37,6 +37,7 @@
 | 
			
		|||
            ["ctrl+page_down", "next_tab"],
 | 
			
		||||
            ["ctrl+page_up", "previous_tab"],
 | 
			
		||||
            ["ctrl+shift+e", "switch_buffers"],
 | 
			
		||||
            ["alt+shift+v", "paste_history"],
 | 
			
		||||
            ["ctrl+0", "reset_fontsize"],
 | 
			
		||||
            ["ctrl+plus", "adjust_fontsize", 1.0],
 | 
			
		||||
            ["ctrl+minus", "adjust_fontsize", -1.0],
 | 
			
		||||
| 
						 | 
				
			
			@ -147,7 +148,6 @@
 | 
			
		|||
            ["alt+shift+d", "dupe_up"],
 | 
			
		||||
            ["alt+shift+f", "format"],
 | 
			
		||||
            ["alt+shift+s", "filter", "sort", "-u"],
 | 
			
		||||
            ["alt+shift+v", "paste"],
 | 
			
		||||
            ["alt+shift+i", "add_cursors_to_line_ends"],
 | 
			
		||||
            ["alt+shift+left", "expand_selection"],
 | 
			
		||||
            ["alt+shift+right", "shrink_selection"],
 | 
			
		||||
| 
						 | 
				
			
			@ -450,7 +450,6 @@
 | 
			
		|||
            ["ctrl+space", "mini_mode_cancel"],
 | 
			
		||||
            ["ctrl+backspace", "mini_mode_reset"],
 | 
			
		||||
            ["alt+v", "system_paste"],
 | 
			
		||||
            ["alt+shift+v", "system_paste"],
 | 
			
		||||
            ["tab", "mini_mode_try_complete_file"],
 | 
			
		||||
            ["escape", "mini_mode_cancel"],
 | 
			
		||||
            ["enter", "mini_mode_select"],
 | 
			
		||||
| 
						 | 
				
			
			@ -469,7 +468,6 @@
 | 
			
		|||
            ["ctrl+space", "mini_mode_cancel"],
 | 
			
		||||
            ["ctrl+backspace", "mini_mode_delete_to_previous_path_segment"],
 | 
			
		||||
            ["alt+v", "system_paste"],
 | 
			
		||||
            ["alt+shift+v", "system_paste"],
 | 
			
		||||
            ["shift+tab", "mini_mode_reverse_complete_file"],
 | 
			
		||||
            ["up", "mini_mode_reverse_complete_file"],
 | 
			
		||||
            ["down", "mini_mode_try_complete_file"],
 | 
			
		||||
| 
						 | 
				
			
			@ -500,7 +498,6 @@
 | 
			
		|||
            ["ctrl+space", "exit_mini_mode"],
 | 
			
		||||
            ["ctrl+enter", "mini_mode_insert_bytes", "\n"],
 | 
			
		||||
            ["ctrl+backspace", "mini_mode_reset"],
 | 
			
		||||
            ["alt+shift+v", "system_paste"],
 | 
			
		||||
            ["alt+v", "system_paste"],
 | 
			
		||||
            ["alt+n", "goto_next_file"],
 | 
			
		||||
            ["alt+p", "goto_prev_file"],
 | 
			
		||||
| 
						 | 
				
			
			@ -534,7 +531,6 @@
 | 
			
		|||
            ["ctrl+space", "mini_mode_cancel"],
 | 
			
		||||
            ["ctrl+enter", "mini_mode_insert_bytes", "\n"],
 | 
			
		||||
            ["ctrl+backspace", "mini_mode_reset"],
 | 
			
		||||
            ["alt+shift+v", "system_paste"],
 | 
			
		||||
            ["alt+v", "system_paste"],
 | 
			
		||||
            ["alt+n", "goto_next_match"],
 | 
			
		||||
            ["alt+p", "goto_prev_match"],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue