Tag: neovim
Improved my TMUX & NeoVim workflow
by
The excellent and concise video above helped me improve my NeoVim and Tmux workflow today. Navigating between panes is much easier now.
Ultimate Keyboard Control Task Management – nvim OrgMode
by
I’m sure someone is going to try and blast me for talking about OrgMode and then using Vim in the same sentence, because OrgMode is an Emacs thing not a Vim thing and the divide between users of the editors often seems like a holy war. As I said in my article on my issues…
Centering A Single Buffer in NeoVim
by
When you’re working on a single buffer on a widescreen monitor you end up looking far to the left which over the course of the day can result in some neck pain. Previously my solution was to split NeoVim and work on the right buffer via the :vsplit command. But recently I found Centerpad.nvim which…