feat: use alt+shift+v keybind for clipboard history palette

This commit is contained in:
CJ van den Berg 2025-10-13 19:50:20 +02:00
parent 634a18cb56
commit acbf435a2e
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -37,6 +37,7 @@
["ctrl+page_down", "next_tab"], ["ctrl+page_down", "next_tab"],
["ctrl+page_up", "previous_tab"], ["ctrl+page_up", "previous_tab"],
["ctrl+shift+e", "switch_buffers"], ["ctrl+shift+e", "switch_buffers"],
["alt+shift+v", "paste_history"],
["ctrl+0", "reset_fontsize"], ["ctrl+0", "reset_fontsize"],
["ctrl+plus", "adjust_fontsize", 1.0], ["ctrl+plus", "adjust_fontsize", 1.0],
["ctrl+minus", "adjust_fontsize", -1.0], ["ctrl+minus", "adjust_fontsize", -1.0],
@ -147,7 +148,6 @@
["alt+shift+d", "dupe_up"], ["alt+shift+d", "dupe_up"],
["alt+shift+f", "format"], ["alt+shift+f", "format"],
["alt+shift+s", "filter", "sort", "-u"], ["alt+shift+s", "filter", "sort", "-u"],
["alt+shift+v", "paste"],
["alt+shift+i", "add_cursors_to_line_ends"], ["alt+shift+i", "add_cursors_to_line_ends"],
["alt+shift+left", "expand_selection"], ["alt+shift+left", "expand_selection"],
["alt+shift+right", "shrink_selection"], ["alt+shift+right", "shrink_selection"],
@ -450,7 +450,6 @@
["ctrl+space", "mini_mode_cancel"], ["ctrl+space", "mini_mode_cancel"],
["ctrl+backspace", "mini_mode_reset"], ["ctrl+backspace", "mini_mode_reset"],
["alt+v", "system_paste"], ["alt+v", "system_paste"],
["alt+shift+v", "system_paste"],
["tab", "mini_mode_try_complete_file"], ["tab", "mini_mode_try_complete_file"],
["escape", "mini_mode_cancel"], ["escape", "mini_mode_cancel"],
["enter", "mini_mode_select"], ["enter", "mini_mode_select"],
@ -469,7 +468,6 @@
["ctrl+space", "mini_mode_cancel"], ["ctrl+space", "mini_mode_cancel"],
["ctrl+backspace", "mini_mode_delete_to_previous_path_segment"], ["ctrl+backspace", "mini_mode_delete_to_previous_path_segment"],
["alt+v", "system_paste"], ["alt+v", "system_paste"],
["alt+shift+v", "system_paste"],
["shift+tab", "mini_mode_reverse_complete_file"], ["shift+tab", "mini_mode_reverse_complete_file"],
["up", "mini_mode_reverse_complete_file"], ["up", "mini_mode_reverse_complete_file"],
["down", "mini_mode_try_complete_file"], ["down", "mini_mode_try_complete_file"],
@ -500,7 +498,6 @@
["ctrl+space", "exit_mini_mode"], ["ctrl+space", "exit_mini_mode"],
["ctrl+enter", "mini_mode_insert_bytes", "\n"], ["ctrl+enter", "mini_mode_insert_bytes", "\n"],
["ctrl+backspace", "mini_mode_reset"], ["ctrl+backspace", "mini_mode_reset"],
["alt+shift+v", "system_paste"],
["alt+v", "system_paste"], ["alt+v", "system_paste"],
["alt+n", "goto_next_file"], ["alt+n", "goto_next_file"],
["alt+p", "goto_prev_file"], ["alt+p", "goto_prev_file"],
@ -534,7 +531,6 @@
["ctrl+space", "mini_mode_cancel"], ["ctrl+space", "mini_mode_cancel"],
["ctrl+enter", "mini_mode_insert_bytes", "\n"], ["ctrl+enter", "mini_mode_insert_bytes", "\n"],
["ctrl+backspace", "mini_mode_reset"], ["ctrl+backspace", "mini_mode_reset"],
["alt+shift+v", "system_paste"],
["alt+v", "system_paste"], ["alt+v", "system_paste"],
["alt+n", "goto_next_match"], ["alt+n", "goto_next_match"],
["alt+p", "goto_prev_match"], ["alt+p", "goto_prev_match"],