c doesn't copy deleted text

This commit is contained in:
Luke Smith 2019-03-11 16:44:47 -04:00
parent 5bef414ec1
commit 316b01f1b0
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -19,6 +19,7 @@ set nohlsearch
set clipboard=unnamedplus
" Some basics:
nnoremap c "_c
set nocompatible
filetype plugin on
syntax on