We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
find_files
1 parent dafa78a commit c3e1388Copy full SHA for c3e1388
nvim/lua/skip/plugins/telescope.lua
@@ -66,8 +66,8 @@ return {
66
{ '<Leader>k', '<Cmd>Telescope lsp_references<CR>' },
67
{
68
'<Leader>o',
69
- '<Cmd>Telescope smart_open<CR>',
70
- desc = 'Telescope smart_open',
+ '<Cmd>Telescope find_files<CR>',
+ desc = 'Telescope find_files',
71
},
72
{ '<Leader>p', '<Cmd>Telescope trampoline<CR>' },
73
{ '<Leader>/', '<Cmd>Telescope current_buffer_fuzzy_find<CR>' },
0 commit comments