diff --git a/doc/vim/keymaps.md b/doc/vim/keymaps.md index 58ea5fd..2eabfec 100644 --- a/doc/vim/keymaps.md +++ b/doc/vim/keymaps.md @@ -1,5 +1,5 @@ The files in `vim/settings` are customizations stored on a per-plugin -basis. The main keymap is available in skwp-keymap.vim, but some of the vim +basis. The main keymap is available in yadr-keymap.vim, but some of the vim files contain key mappings as well. If you are having unexpected behavior, wondering why a particular key works the way it does, diff --git a/vim/settings/stop-visual-paste-insanity.vim b/vim/settings/stop-visual-paste-insanity.vim index c40ad97..9084fcd 100644 --- a/vim/settings/stop-visual-paste-insanity.vim +++ b/vim/settings/stop-visual-paste-insanity.vim @@ -6,4 +6,3 @@ " whatever is in your paste buffer. " vnoremap p "_dP -