@@ -23,7 +23,8 @@ M.search_log_content = function()
23
23
fzf_mappings .open_commit_in_brower (),
24
24
fzf_mappings .open_diff_buffer_with_selected_commit (bufnr ),
25
25
fzf_mappings .show_entire_commit (),
26
- fzf_mappings .copy_commit_hash ()
26
+ fzf_mappings .copy_commit_hash (),
27
+ fzf_mappings .toggle_entry_value ()
27
28
),
28
29
}
29
30
@@ -37,7 +38,7 @@ M.search_log_content_file = function()
37
38
38
39
local opts = {
39
40
prompt = " Log> " ,
40
- exec_empty_query = false ,
41
+ exec_empty_query = true ,
41
42
func_async_callback = false ,
42
43
fzf_opts = {
43
44
[" --preview" ] = fzf_previewers .git_diff_content_previewer (),
@@ -50,7 +51,8 @@ M.search_log_content_file = function()
50
51
fzf_mappings .open_commit_in_brower (),
51
52
fzf_mappings .open_diff_buffer_with_selected_commit (bufnr ),
52
53
fzf_mappings .show_entire_commit (),
53
- fzf_mappings .copy_commit_hash ()
54
+ fzf_mappings .copy_commit_hash (),
55
+ fzf_mappings .toggle_entry_value ()
54
56
),
55
57
}
56
58
@@ -88,7 +90,8 @@ M.diff_commit_line = function()
88
90
fzf_mappings .open_commit_in_brower (),
89
91
fzf_mappings .open_diff_buffer_with_selected_commit (bufnr ),
90
92
fzf_mappings .show_entire_commit (),
91
- fzf_mappings .copy_commit_hash ()
93
+ fzf_mappings .copy_commit_hash (),
94
+ fzf_mappings .toggle_entry_value ()
92
95
),
93
96
}
94
97
@@ -115,7 +118,8 @@ M.diff_commit_file = function()
115
118
fzf_mappings .open_commit_in_brower (),
116
119
fzf_mappings .open_diff_buffer_with_selected_commit (bufnr ),
117
120
fzf_mappings .show_entire_commit (),
118
- fzf_mappings .copy_commit_hash ()
121
+ fzf_mappings .copy_commit_hash (),
122
+ fzf_mappings .toggle_entry_value ()
119
123
),
120
124
}
121
125
0 commit comments