diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-11 16:44:47 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-11 16:44:47 -0400 |
| commit | b74acf2b3a4e8754e5dfc85093837054f99d5baf (patch) | |
| tree | f981ab0e38975e161c28d30ac30ce4c2a782e524 /.config | |
| parent | dc7d15ac2e00f77349a5478df8786db200c98cf3 (diff) | |
| download | eibhear-b74acf2b3a4e8754e5dfc85093837054f99d5baf.tar.gz eibhear-b74acf2b3a4e8754e5dfc85093837054f99d5baf.tar.zst eibhear-b74acf2b3a4e8754e5dfc85093837054f99d5baf.zip | |
c doesn't copy deleted text
Diffstat (limited to '.config')
| -rw-r--r-- | .config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 0840286..d282fbf 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -19,6 +19,7 @@ set nohlsearch set clipboard=unnamedplus " Some basics: + nnoremap c "_c set nocompatible filetype plugin on syntax on |
