diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 78f17da..2de92be 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -22,7 +22,7 @@ nmap y "*yy nmap p "*p " run make -nmap c :w:!make +nmap m :w:!make " }}} " VIM-PLUG {{{ call plug#begin('~/.vim/plugged')