• Skip to primary navigation
  • Skip to main content
Sal Ferrarello
  • About Sal Ferrarello
  • Speaking
  • Connect
    Mastodon GitHub Twitter (inactive)
You are here: Home / Archives for vim

vim

PHP documentation in Vim

Last updated on October 29, 2018 by Sal Ferrarello

I was looking for a quick way to reference PHP documentation from within Vim. The PHP Manual Vim Plugin allows me to do just that.

Warning! This is a draft, not a finalized post. See full draft disclosure.

Filed Under: Draft, Solution Tagged With: vim

The Git and Vim Logos Together

Using Vim to View Git Commits

Last updated on February 23, 2018 by Sal Ferrarello

This tweet blew my mind. $ git log | vim -R –Now press <K> on a commit hash. — Luke Diamand (@LukeDiamand) February 21, 2018 I spend a lot of my time in Vim and Git and this is an amazing combination of the two. While I love this command, I think we can do […]

Filed Under: Computing, Dev Tips Tagged With: command line, Git, vim

Text Editor Picture with WordPress Logo

WordPress Development Editor

Last updated on February 8, 2017 by Sal Ferrarello

Recently, the question came up about a good editor for WordPress development. The Editor You Know is the Best Editor WordPress development does not require any specific editor. If you already have an editor you know and like, I suggest sticking with it. If your editor is extensible through plugins or configuration, I would look […]

Filed Under: Dev Tips, Programming Tagged With: vim, WordPress

Vim Visual Mode Search for Selection

Last updated on May 2, 2019 by Sal Ferrarello

Sometimes you want to search for a long string in Vim. When using a GUI interface you may be able to get away with CTRL+c, CTRL+v but when you are in a terminal, it is a little trickier to use Vim Visual Mode search for a selection. Here is how to search in Vim using […]

Filed Under: Computing Tagged With: vim

VIM fix line-breaks

Last updated on April 23, 2018 by Sal Ferrarello

When your line-breaks are WONKY, try this. :%s/\r//g Definition of “WONKY” Some (or all) of the lines have ^M at the end of them.  This is a product of mixed line endings (DOS and UNIX).

Filed Under: Computing Tagged With: vim

  • «Previous Page
  • Go to page 1
  • Go to page 2

Copyright © 2023 · Bootstrap4 Genesis on Genesis Framework · WordPress · Log in