diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-09 11:33:31 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-09 11:33:31 +0100 |
| commit | 00da6f3a58cd4762607881ff160d4e28b5172805 (patch) | |
| tree | a30ab3953d21fb8ef7ca2234dba93d4d05621563 | |
| parent | 3d4a24ef30897fdeab06e3fa7da1086e52db641e (diff) | |
| download | mitjafelicijan.com-00da6f3a58cd4762607881ff160d4e28b5172805.tar.gz | |
New post: Integrated debugging in Vim
| -rw-r--r-- | content/posts/2026-01-09-vim.md | 2 |
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 | ||
| 196 | It's very easy to yank and paste from internal terminal buffers even if you are | 196 | It's very easy to yank and paste from internal terminal buffers even if you are |
| 197 | not using `tmux` as multiplexer. Just makes the whole thing much easier. I don | 197 | not using `tmux` as multiplexer. Just makes the whole thing much easier. I do |
| 198 | however use `tmux` as well but for compile/debug loop this proved to be a much | 198 | however use `tmux` as well but for compile/debug loop this proved to be a much |
| 199 | better experience. | 199 | better experience. |
| 200 | 200 | ||
