Neovim Tips & Tricks
This chapter compiles many of the best tips and tricks that the Neovim community has developed over the years to turbo-charge your Neovim workflow. ...
Moving Lines
Learn a key map that simplifies moving lines of text around in a Buffer. ...
External Formatting
This tip demonstrates how to quickly format a buffer using an external command ...
Manually Re-Flowing Paragraphs
Learn how to quickly reflow all lines in the current paragraph. ...
Improved J
Neovim's J operator is great, but this tip shows how to make it even better. ...
Formatting a Selection
Learn how to quickly format a group of Visually-select lines in a Buffer ...
Removing Duplicates
Quickly remove duplicate lines from a Buffer. ...
Yank the Entire Buffer
Learn how to quickly yank all text in a Buffer. ...
Current Buffer Diff
This tips demonstrates a simple method for diffing changes in the current buffer ...
Formatting an Entire Buffer
Learn how to quickly format an entire Buffer using simple Neovim operators. ...