From f48bc8404d5d7d0ddbf073e6c02339b067d7a1fe Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 22 Mar 2015 12:26:01 +0000 Subject: [PATCH] vim: remove some mappings available in unimpaired --- vim/vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 160aba8..2301dc3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -268,9 +268,6 @@ nnoremap / :silent nohl nnoremap [ :tabprev nnoremap ] :tabnext -" Wrap -nnoremap W :set wrap! - " paste from selection nnoremap p* :silent! set paste"*p:set nopaste " paste from clipboard @@ -289,9 +286,6 @@ noremap ' ` " Select (charwise) the contents of the current line, excluding indentation. nnoremap vv ^vg_ -" Toggle [i]nvisible characters -nnoremap i :set list! - " Unfuck my screen nnoremap U :syntax sync fromstart:AirlineRefresh:redraw! -- 2.48.1