User Tools

Site Tools


learn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
learn [2024/04/09 19:32] – Added tmux resize window recipe dblumelearn [2025/07/11 16:53] (current) dblume
Line 2: Line 2:
  
 Things to learn through repetition. Things to learn through repetition.
 +
 +===== CoPilotChat in vim =====
 +
 +Shortcut to official [[https://github.com/CopilotC-Nvim/CopilotChat.nvim?tab=readme-ov-file#features|Features and Short cut keys]].
 +
 +^ Insert ^ Normal ^ Action ^
 +| <Tab> | -     | Trigger/accept completion menu for tokens |
 +| <C-c> | q     | Close the chat window |
 +| <C-l> | <C-l> | Reset and clear the chat window |
 +| <C-s> | <CR>  | Submit the current prompt |
 +| -     | grr   | Toggle sticky prompt for line under cursor |
 +| -     | grx   | Clear all sticky prompts in prompt |
 +| <C-y> | <C-y> | Accept nearest diff |
 +| -     | gj    | Jump to section of nearest diff |
 +| -     | gqa   | Add all answers from chat to quickfix list |
 +| -     | gqd   | Add all diffs from chat to quickfix list |
 +| -     | gy    | Yank nearest diff to register |
 +| -     | gd    | Show diff between source and nearest diff |
 +| -     | gi    | Show info about current chat |
 +| -     | gc    | Show current chat context |
 +| -     | gh    | Show help message |
  
 ===== CLI/UI Navigation (vim / tmux / i3) ===== ===== CLI/UI Navigation (vim / tmux / i3) =====
learn.txt · Last modified: 2025/07/11 16:53 by dblume