diff options
author | mjfernez <mjf@mjfer.net> | 2023-11-22 13:55:19 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-11-22 13:55:19 -0500 |
commit | 1c5025d54c3a8244fcbe818f96dea49e51054ba6 (patch) | |
tree | 22615506663bd546e430feea1c2ca3c4a58513b4 /.md/tutorials/vim/how-to-fix-neovim-nerdtree-rendering-issue.md | |
parent | f602bb95e0b1160274bed0f125b8cfdedff3af96 (diff) | |
download | site-files-1c5025d54c3a8244fcbe818f96dea49e51054ba6.tar.gz |
Update to new media directory syntax
Diffstat (limited to '.md/tutorials/vim/how-to-fix-neovim-nerdtree-rendering-issue.md')
-rw-r--r-- | .md/tutorials/vim/how-to-fix-neovim-nerdtree-rendering-issue.md | 8 |
1 files changed, 4 insertions, 4 deletions
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! |