From 42937d2ebf95975bbedd39f8571cdab9a2b01b62 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Tue, 8 Dec 2020 19:25:17 +0100 Subject: [PATCH] Make command is now m --- dotfiles/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')