New post: Integrated debugging in Vim
| 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) |
|
-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 | |||
| ... | |||
| 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 | ||
| ... | |||