Added bindings for search history

This commit is contained in:
alejandro-angulo 2024-08-02 22:39:35 -07:00
parent f940c33a98
commit 2d07e77c77
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -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 = [ keymaps = [