Tim Alby
  • Home
  • About
  • Posts
  • Snippets

Tim Alby avatar
Tim Alby October 16, 2019

Vim Command to Capitalise a Line

I like to capitalise my Pull Requests titles. It’s a cumbersome task tho, so I’ve added to my Vim config a handy command to capitalise a line of text.

# Vim # Git
Tim Alby avatar
Tim Alby December 18, 2017

Vim Command for console.log

A handy command to add console.log in Vim

# Vim # Javascript
Tim Alby avatar
Tim Alby December 18, 2017

Vim Command for Ruby pp

A handy command to add log lines fro Ruby in Vim

# Vim # Ruby
Tim Alby avatar
Tim Alby May 15, 2016

Vim Quick Search & Replace

Can you remember the exact command to search & replace in Vim?

# Vim