From dcec59b5c767524fea5d43dabc6e58e638b0146d Mon Sep 17 00:00:00 2001 From: utensil Date: Sun, 20 Oct 2024 23:32:09 +0800 Subject: [PATCH] Add key mappings for Github Copilot, should do better key mapping --- trees/uts-002F.tree | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trees/uts-002F.tree b/trees/uts-002F.tree index ded03fb..ec746ec 100644 --- a/trees/uts-002F.tree +++ b/trees/uts-002F.tree @@ -101,6 +101,9 @@ Here are some useful keys that I like using in NeoVim, with [my LunarVim configu - Github Actions - `+gh` to open the Github Actions split window - `gj` to open the job under cursor, see also [other keys](https://github.com/topaxi/gh-actions.nvim?tab=readme-ov-file#keybindings) +- Github Copilot + - `:CopilotChat` can be triggered by `:CoC` + - `C-s` to send the prompt Recalled by [VSCode Vim ROADMAP](https://github.com/VSCodeVim/Vim/blob/HEAD/ROADMAP.md).