Added bindings for search history
This commit is contained in:
parent
f940c33a98
commit
2d07e77c77
|
@ -9,6 +9,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
settings.defaults.mappings = {
|
||||
"i" = {
|
||||
"<C-n>" = {__raw = "require('telescope.actions').cycle_history_next";};
|
||||
"<C-p>" = {__raw = "require('telescope.actions').cycle_history_prev";};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
|
|
Loading…
Reference in a new issue