add 'tiebreak=index' to command and search history (closes #243)

main
bhagwan 3 years ago
parent 05e22a4a61
commit 028460f728

@ -452,6 +452,7 @@ M.globals.nvim = {
},
command_history = {
prompt = 'Command History> ',
fzf_opts = { ["--tiebreak"] = 'index', },
actions = {
["default"] = actions.ex_run_cr,
["ctrl-e"] = actions.ex_run,
@ -459,6 +460,7 @@ M.globals.nvim = {
},
search_history = {
prompt = 'Search History> ',
fzf_opts = { ["--tiebreak"] = 'index', },
actions = {
["default"] = actions.search_cr,
["ctrl-e"] = actions.search,

Loading…
Cancel
Save