From 8f97fe977117b45bd30bd2615c0dc7d1ba6fe0dc Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 27 Dec 2025 15:17:27 -0600 Subject: [PATCH] done --- src/content/software/improving-my-developer-workflow.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/software/improving-my-developer-workflow.mdx b/src/content/software/improving-my-developer-workflow.mdx index 41ba09f..f4896da 100644 --- a/src/content/software/improving-my-developer-workflow.mdx +++ b/src/content/software/improving-my-developer-workflow.mdx @@ -66,7 +66,7 @@ The below video shows be performing the following actions bl\*zingly fast: Notably, all coding, git, and task-running actions in neovim are completely separate (in their own tabs). This allows my coding experience to be completely uniform and unaffected by, for example, a fugitive buffer. -I declaratively switch between these tabs with a few bindings. +I declaratively switch between these tabs with a few bindings, removing all neovim buffer/window overhead.