From 1c5025d54c3a8244fcbe818f96dea49e51054ba6 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Wed, 22 Nov 2023 13:55:19 -0500 Subject: Update to new media directory syntax --- .md/tutorials/vim/how-to-fix-neovim-nerdtree-rendering-issue.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.md/tutorials/vim/how-to-fix-neovim-nerdtree-rendering-issue.md') diff --git a/.md/tutorials/vim/how-to-fix-neovim-nerdtree-rendering-issue.md b/.md/tutorials/vim/how-to-fix-neovim-nerdtree-rendering-issue.md index df0af33..1ff6fe7 100644 --- a/.md/tutorials/vim/how-to-fix-neovim-nerdtree-rendering-issue.md +++ b/.md/tutorials/vim/how-to-fix-neovim-nerdtree-rendering-issue.md @@ -6,18 +6,18 @@ scroll the window, I'd get a mess. ## The Problem -![](/static/mess.gif) +![](/static/media/mess.gif) Now, yes, I know I'm a heretic for using the arrow keys and not just jumping around, but I thought it was weird I didn't see this issue anywhere else. Also, vim doesn't have this problem. -![](/static/nomess-vim.gif) +![](/static/media/nomess-vim.gif) It's also not because of my meme tmux setup, the same issue happens in terminator, which I happened to have installed. -![](/static/mess-terminator.gif) +![](/static/media/mess-terminator.gif) ## The Attempt @@ -44,7 +44,7 @@ from Debian's default bashrc, but all I had to do was change it: export TERM='tmux256-color' ``` -![](/static/fixed.gif) +![](/static/media/fixed.gif) No more hacky autocommands! -- cgit v1.2.3