diff --git a/vim/.vimrc b/vim/.vimrc index e490154..680faa2 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -326,6 +326,8 @@ nnoremap Y y$ " Map leader to space (needs the noremap trick) nnoremap let mapleader=" " +" Map localleader to '!' (if I want to filter text, I use visual mode) +let maplocalleader="!" " Mappings for working with this file. map ev :edit $MYVIMRC