From acbf435a2e43f40eb1ade78f7c4667f856be90a1 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 13 Oct 2025 19:50:20 +0200 Subject: [PATCH] feat: use `alt+shift+v` keybind for clipboard history palette --- src/keybind/builtin/flow.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 0abb834..7824bdb 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -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"],