Commit 45f27b6d2e8da83703c04bca8f5fd3b14122824c Parent: ac7a591e6eb55db845ca81e1ac1fa0ee2d17556c Author: Matt Colligan <matthewcolligan@improbable.io> Date: 2024-07-05 15:38:53 +0100 Committer: Matt Colligan <matthewcolligan@improbable.io> Committed: 2024-07-05 15:38:53 +0100 disable old copilot keybinding
start/self/plugin/keybindings.vim Modified
@@ -128,7 +128,7 @@ nmap <silent> <C-S-f> :ALEFix<CR> " Github copilot -imap <silent> <S-Tab> <Plug>(copilot-next) +"imap <silent> <S-Tab> <Plug>(copilot-next) " CtrlP (in addition to the default Ctrl-p binding) nnoremap <silent> <C-o> :CtrlPTag<CR>