Skip to content

Instantly share code, notes, and snippets.

View ccchapman's full-sized avatar
:shipit:

Chris Chapman ccchapman

:shipit:
View GitHub Profile
@ccchapman
ccchapman / til.md
Created June 25, 2021 05:27
TIL: Telescope Quickfix

CTRL + Q sends the Telescope results to a quickfix list.

@ccchapman
ccchapman / TODO.md
Last active May 11, 2021 20:32
Workflow Changes
  • Switch to git-worktree [docs]
@ccchapman
ccchapman / gist:8fe2762a4c533735ed823cb203e93563
Created April 8, 2021 02:37
Remove undesired table from SQL dump
sed '/INSERT INTO `large_table`/d' dump.sql > dump-min.sql
@ccchapman
ccchapman / .gitconfig
Created June 17, 2020 17:59
Git Alias : Search Commits
[alias]
search = log --source --all -S