Skip to content

Instantly share code, notes, and snippets.

" Vim color file
" Maintainer: David V
" Last Change: 2015-01-09
" First remove all existing highlighting.
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
nnoremap <expr> gp '`[' . strpart(getregtype(), 0, 1) . '`]'