Skip to content

Commit

Permalink
add cmd for oldfiles on telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Nov 22, 2023
1 parent 0b18fa2 commit bf991a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local M = {
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' },
},
cmd = 'Telescope',
keys = { '<c-p>', '<c-b>', '<F4>', '<leader>hh', '<leader>/', '<leader>fp' },
keys = { '<c-p>', '<c-b>', '<F4>', '<leader>hh', '<leader>/', '<leader>fp', '<leader>i' },
}

M.config = function()
Expand Down

0 comments on commit bf991a1

Please sign in to comment.