Skip to content

Commit

Permalink
Fixing binding conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Jan 12, 2024
1 parent 8c6d021 commit f734003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/neovim/files/lua/plugins/copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ return {
accept = "<c-a>",
accept_word = false,
accept_line = false,
next = "<c-j>",
prev = "<c-k>",
next = "<M-j>",
prev = "<M-k>",
dismiss = "<C-e>",
},
},
Expand Down

0 comments on commit f734003

Please sign in to comment.