Telescope mappings #1151
Replies: 1 comment
-
{
plugins.telescope = {
enable = true;
keymaps = {
"e" = "move_selection_next";
"i" = "move_selection_previous";
"N" = "move_to_top";
"O" = "move_to_bottom";
};
};
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
WeetHet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my telescope setup I have:
How do I write it in nixvim?
Beta Was this translation helpful? Give feedback.
All reactions