fix(nvim): use C-{d,s} for cycling tscope hist
This commit is contained in:
parent
23ad8e97a3
commit
dde0942980
@ -28,8 +28,8 @@ telescope.setup({
|
||||
},
|
||||
mappings = {
|
||||
i = {
|
||||
["<C-s>"] = actions.cycle_history_next,
|
||||
["<C-a>"] = actions.cycle_history_prev,
|
||||
["<C-d>"] = actions.cycle_history_next,
|
||||
["<C-s>"] = actions.cycle_history_prev,
|
||||
},
|
||||
},
|
||||
prompt_prefix = " ",
|
||||
|
Loading…
Reference in New Issue
Block a user