From 856bb5accb0714826088ae8f3a69c520ad17da59 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Sun, 9 Dec 2018 11:54:18 -0500 Subject: [PATCH] vim: Add mapping for edit $MYVIMRC Gotta make customizations easy to get to! --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index b4933e1..7175484 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -274,6 +274,9 @@ nnoremap w :set list! " Yank entire file nnoremap y gg"*yG + +" Edit vimrc (TODO: get working for neovim) +nnoremap V :edit $MYVIMRC " }}} " COMMANDS {{{ -- libgit2 0.28.4