From 2155dd25e90a2a6b9a801ed7352f4a4123e54cf0 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 11 Jan 2026 04:08:59 +0100 Subject: Update post: Integrated debugging in Vim --- content/posts/2026-01-09-vim.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/2026-01-09-vim.md b/content/posts/2026-01-09-vim.md index 74e0b15..58c40f3 100644 --- a/content/posts/2026-01-09-vim.md +++ b/content/posts/2026-01-09-vim.md @@ -141,7 +141,6 @@ function! LocalDebugMain() abort call TermDebugSendCommand(printf('set env %s %s', k, v)) endfor - call TermDebugSendCommand('directory ' . getcwd()) call TermDebugSendCommand('break main') call TermDebugSendCommand('run') endfunction @@ -176,8 +175,9 @@ endfunction ``` > **Note**: If any errors are found during the compilation mode the Quickfix -> list will be populated and opened. You could CtrlP Quickfix for this as well, -> I just want to stick to what Vim supports natively. +> list will be populated and opened. You could use CtrlP Quickfix with +> `:CtrlPQuickfix` instead of `:copen` for this as well, I just want to stick +> to what Vim supports natively. Lets check these keybindings. -- cgit v1.2.3