c doesn't copy deleted text

This commit is contained in:
Luke Smith 2019-03-11 16:44:47 -04:00
parent dc7d15ac2e
commit b74acf2b3a

View file

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