diff options
Diffstat (limited to '.md/tutorials/vim')
-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 - + 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. - + It's also not because of my meme tmux setup, the same issue happens in terminator, which I happened to have installed. - + ## The Attempt @@ -44,7 +44,7 @@ from Debian's default bashrc, but all I had to do was change it: export TERM='tmux256-color' ``` - + No more hacky autocommands! |