Skip to content

Commit c3e1388

Browse files
committed
nvim/telescope: go back to find_files
1 parent dafa78a commit c3e1388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nvim/lua/skip/plugins/telescope.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ return {
6666
{ '<Leader>k', '<Cmd>Telescope lsp_references<CR>' },
6767
{
6868
'<Leader>o',
69-
'<Cmd>Telescope smart_open<CR>',
70-
desc = 'Telescope smart_open',
69+
'<Cmd>Telescope find_files<CR>',
70+
desc = 'Telescope find_files',
7171
},
7272
{ '<Leader>p', '<Cmd>Telescope trampoline<CR>' },
7373
{ '<Leader>/', '<Cmd>Telescope current_buffer_fuzzy_find<CR>' },

0 commit comments

Comments
 (0)