dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 79e2d84fcdad4b8624cd4d262886ef047ec2a16c
parent 8da2161caf6b37b350ed751fc325470d41997b99
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 16 May 2019 12:34:21 +0200

vim: black hole register mappings

Former-commit-id: 790958c81779f7318b48b3c6f888c1bb68710bd4
Diffstat:
Mvim/map.vimrc | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/vim/map.vimrc b/vim/map.vimrc @@ -96,8 +96,10 @@ nnoremap <leader>d "*d nnoremap <leader>y "*y nnoremap <leader>p "*p nnoremap <leader>P "*P -nnoremap <leader>ny "_y -nnoremap <leader>nd "_d +nnoremap <leader>n "_ +nnoremap <leader>n "_ +nnoremap <leader>n "_ +nnoremap <leader>n "_ vnoremap <leader>y "*y vnoremap <leader>d "*d vnoremap <leader>n "_