Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 17, 2024
1 parent 3288970 commit 5e0bf5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/dotvim/pkgs/base/setup/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,10 @@ return function()
"<cmd>confirm qall<CR>",
{ desc = "quit-all" }
)
vim.keymap.set(
"n",
"<C-p>",
"<cmd>Telescope command_palette<CR>",
{ desc = "command-palette" }
)
end

0 comments on commit 5e0bf5b

Please sign in to comment.