Skip to content

Instantly share code, notes, and snippets.

@vladpurga
Created August 12, 2019 11:26
Show Gist options
  • Save vladpurga/ef3bbf7e955e6524f0ea38893105e3e6 to your computer and use it in GitHub Desktop.
Save vladpurga/ef3bbf7e955e6524f0ea38893105e3e6 to your computer and use it in GitHub Desktop.

Revisions

  1. vladpurga created this gist Aug 12, 2019.
    5 changes: 5 additions & 0 deletions multiline_command.mk
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    vimrc-bg-light:
    sed -i 's/^\(set background=dark\)/" \1/' ~/.vimrc; \
    sed -i 's/^\(colorscheme jellybeans\)/" \1/' ~/.vimrc; \
    sed -i 's/^" \(colorscheme solarized\)/\1/' ~/.vimrc; \
    sed -i 's/^" \(set background=light\)/\1/' ~/.vimrc