Monday, November 28, 2022

vi style line editing in csh

 This is the csh version of the "set -o vi" in bash...

bindkey -v

Thursday, July 7, 2022

Search for a filename in GitHub

 Search for a filename in GitHub (all repos in an account or a single repo) with:

filename:user.rb

Wednesday, February 9, 2022

Ignore whitespace in vimdiff

 Add the following to the vimdiff command line...

-c 'set diffopt+=iwhite'