aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-09 11:33:31 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-09 11:33:31 +0100
commit00da6f3a58cd4762607881ff160d4e28b5172805 (patch)
treea30ab3953d21fb8ef7ca2234dba93d4d05621563
parent3d4a24ef30897fdeab06e3fa7da1086e52db641e (diff)
downloadmitjafelicijan.com-00da6f3a58cd4762607881ff160d4e28b5172805.tar.gz
New post: Integrated debugging in Vim
-rw-r--r--content/posts/2026-01-09-vim.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2026-01-09-vim.md b/content/posts/2026-01-09-vim.md
index 16147db..cd3cea7 100644
--- a/content/posts/2026-01-09-vim.md
+++ b/content/posts/2026-01-09-vim.md
@@ -194,7 +194,7 @@ works really well for projects using C, but anything goes here.
194## Why use `:term` and `:TermDebug` 194## Why use `:term` and `:TermDebug`
195 195
196It's very easy to yank and paste from internal terminal buffers even if you are 196It's very easy to yank and paste from internal terminal buffers even if you are
197not using `tmux` as multiplexer. Just makes the whole thing much easier. I don 197not using `tmux` as multiplexer. Just makes the whole thing much easier. I do
198however use `tmux` as well but for compile/debug loop this proved to be a much 198however use `tmux` as well but for compile/debug loop this proved to be a much
199better experience. 199better experience.
200 200