Skip to content

Commit

Permalink
feat(project): update keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Pluchart committed Dec 1, 2023
1 parent d472a56 commit bf60e7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/plugins/project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ return {
},
priority = 100,
keys = {
{ '<C-p>', '<cmd>Telescope neovim-project discover<CR>', desc = 'Projects history' },
{ '<C-p>', '<cmd>Telescope neovim-project history<CR>', desc = 'Projects history' },
{ '<C-P>', '<cmd>Telescope neovim-project discover<CR>', desc = 'Projects discover' },
},
}

0 comments on commit bf60e7a

Please sign in to comment.