dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 856bb5accb0714826088ae8f3a69c520ad17da59 (patch)
parent 8b0bc81a3378ced31ae87d0ab6417badbcc70384
Author: Alexander Karle <akarle@umass.edu>
Date:   Sun,  9 Dec 2018 11:54:18 -0500

vim: Add mapping for edit $MYVIMRC

Gotta make customizations easy to get to!

Diffstat:
Mvim/vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -274,6 +274,9 @@ nnoremap <leader>w :set list!<CR> " Yank entire file nnoremap <leader>y gg"*yG<C-O><C-O> + +" Edit vimrc (TODO: get working for neovim) +nnoremap <leader>V :edit $MYVIMRC<CR> " }}} " COMMANDS {{{