aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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