Skip to content

Commit

Permalink
add copilot toggle keymap 🔇
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jul 12, 2024
1 parent 3974aa3 commit 069b6d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/lua/core/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ map("n", "H", ":bprevious<cr>", { desc = "Previous buffer" })
-- lazy
map("n", "<leader>l", ":Lazy<cr>", { desc = "Lazy" })

-- AI
map("n", "<leader>at", ":Copilot toggle<cr>", { desc = "Toggle (Copilot Inline)" })

-- Telescope
map("n", "<leader>ff", ":Telescope find_files<cr>", { desc = "Fuzzy find files" })
map("n", "<leader>fr", ":Telescope oldfiles<cr>", { desc = "Fuzzy find recent files" })
Expand Down

0 comments on commit 069b6d9

Please sign in to comment.