Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 442 Bytes

configs.md

File metadata and controls

14 lines (9 loc) · 442 Bytes

Config Settings

Various configuration settings for different programs.

Vim Macros

These are useful quick editing macros. The only ones I have set up currently are for dealing with the boilerplate of markdown.

Automatic todo list bullet points baybee!

  • @b (blk) - insert ">" at head of line
  • @c (chkbx) - insert "- [ ] " at head of line
  • @v (blkchkbx) - insert "> - [ ] " at head of line

Bash Aliases