add convenient completion key combo c-k

This commit is contained in:
Ivar Fatland
2026-07-19 17:28:07 +02:00
parent d5feef4ddc
commit d7bc73010d
+1
View File
@@ -47,6 +47,7 @@ vim.cmd [=[
nnoremap ,x <C-x>
nnoremap ,rl :checktime<CR>
nnoremap ,m :wa<CR>:make<CR>
inoremap <c-k> <c-x>
nnoremap ,cD :call setqflist(filter(getqflist(), 'v:val != getqflist()[getqflist({"idx": 0}).idx - 1]'))<CR>