Vim Articles, Tutorials & News

Vim

Editing remote files via scp in Vim

Vim 6.x has the netrw plugin installed as a standard plugin. It allows you to edit files via ftp, rcp, scp, or http. If your username differs on the remote host, however, and you’re trying to use scp, things can get a little weird, particularly if you’re …

Read more »
Vim

Fixing the Vim Logo

Vim logo similar to the logo on vim.org. Contribute to ShayHill/vim_logo development by creating an account on GitHub.

Read more »
Vim

How to Exit Vim

Below are some simple methods for exiting vim. Contribute to hakluke/how-to-exit-vim development by creating an account on GitHub.

Read more »
Vim

Stages of Vim [video]

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagenReviewed article: https://scottmckendry.tech/posts/vim-humbling/By: Scott McKendry | https://tw…

Read more »
Vim

Emulating Shell Worksheets in Vim

More neat tricks with Vim, this time inspired by BBEdit’s Shell Worksheets. With these mappings, you can hit Ctrl-Enter on a line to execute it as a shell command and replace it with its output. Ctrl-Shift-Enter will preserve the command line above its ou…

Read more »