From 38c5bfaf626c6be22826d9c8ece0243c87b9569e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 00:52:30 +0000 Subject: [PATCH 1/2] Initial plan From ff66091e639c438f886f83a69c2e6a5398bda1fe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 00:55:45 +0000 Subject: [PATCH 2/2] Replace VSCode with Vim as fallback editor to Neovim Co-authored-by: cb341 <53896675+cb341@users.noreply.github.com> --- src/pages/uses.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/uses.mdx b/src/pages/uses.mdx index 8d48281..dd6ba85 100644 --- a/src/pages/uses.mdx +++ b/src/pages/uses.mdx @@ -22,7 +22,7 @@ Hello there! I often get asked about the tools and resources I use for my work. ## Editors - **[Neovim](https://neovim.io/)**: This is my primary editor. You can find the configuration in my [dotfiles](https://github.com/cb341/dotfiles/tree/main/.config/nvim). -- **[VSCode](https://code.visualstudio.com/)**: This is my editor when neovim breaks. +- **[Vim](https://www.vim.org/)**: This is my editor when neovim breaks. ## Terminal