From 623e2d4286a2da3ed9e7ea5da9b21e881cd1b711 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Mon, 7 Dec 2020 20:53:45 +0100 Subject: [PATCH] Change comment --- dotfiles/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 9f5d6f3..78f17da 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -21,7 +21,7 @@ imap :wi nmap y "*yy nmap p "*p -" compile +" run make nmap c :w:!make " }}} " VIM-PLUG {{{