Skip to content

Commit

Permalink
change keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyangze committed Mar 16, 2024
1 parent c5e3829 commit 7ac2be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions layers/common/base.vim
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ set foldmethod=indent
"6. marker //用标志折叠
set lazyredraw "延迟
set ttyfast
set re=1

" cursor
set wildmode=list:longest "命令行提示
Expand Down
5 changes: 1 addition & 4 deletions layers/common/edit-code.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ imap <script><silent><nowait><expr> <C-g> codeium#Accept()
imap <C-;> <Cmd>call codeium#CycleCompletions(1)<CR>
imap <C-,> <Cmd>call codeium#CycleCompletions(-1)<CR>
imap <C-x> <Cmd>call codeium#Clear()<CR>
let g:codeium_filetypes = {
\ "typescript": v:false,
\ }
nmap <C-g> :call codeium#Chat()<CR>

0 comments on commit 7ac2be0

Please sign in to comment.