diff options
| author | kj-sh604 | 2024-07-13 22:24:48 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-13 22:24:48 -0400 |
| commit | b3c9d0270c9d32c6e6d5890b9d44ac16dd5826a9 (patch) | |
| tree | 6b3ea525d3f8a9b20cb92b05dfa2dd29e97f674f /.config/nvim | |
| parent | f342b64080ea30e78aa93b0589397e565794b0b6 (diff) | |
refactor: change GNU `screen` prefix to `^@`
Diffstat (limited to '.config/nvim')
| -rw-r--r-- | .config/nvim/lua/coc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/coc.lua b/.config/nvim/lua/coc.lua index 69e886c..8cc2956 100644 --- a/.config/nvim/lua/coc.lua +++ b/.config/nvim/lua/coc.lua @@ -46,8 +46,8 @@ keyset("i", "<cr>", [[coc#pum#visible() ? coc#pum#confirm() : "\<C-g>u\<CR>\<c-r -- use <c-j> to trigger snippets keyset("i", "<c-j>", "<Plug>(coc-snippets-expand-jump)") --- use <c-space> to trigger completion -keyset("i", "<c-space>", "coc#refresh()", {silent = true, expr = true}) +-- use <c-c> to trigger completion +keyset("i", "<c-c>", "coc#refresh()", {silent = true, expr = true}) -- use `[g` and `]g` to navigate diagnostics -- use `:cocdiagnostics` to get all diagnostics of current buffer in location list |
