From 14380d14b7a97fb1a4c24888f73d7046d3421f02 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 13 Jul 2019 01:18:47 +0200 Subject: [PATCH] [ADD][VIM] Mapping to edit and source vimrc file --- vim/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index 65f1199..3b3a66a 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -144,6 +144,10 @@ nnoremap Y y$ nnoremap let mapleader=" " +" Mappings for working with this file. +map ev :edit $MYVIMRC +map es :source $MYVIMRC + " Run make silently, then skip the 'Press ENTER to continue' noremap m :silent! :make! \| :redraw!