diff --git a/vim/almost-the-end-of-the-line.md b/vim/almost-the-end-of-the-line.md index 5343cee..92c9663 100644 --- a/vim/almost-the-end-of-the-line.md +++ b/vim/almost-the-end-of-the-line.md @@ -8,7 +8,7 @@ v$ ``` This isn't always ideal though because the visual selection includes the -newline character at the end of the line. If instead you'd like to select to +newline character at the end of the line. If instead you'd like to motion to the last non-blank character on the line you can use the `_g` motion. This is great for deleting to the end of the line.