From 4390b4c157318a8c599a15b01639cb4ff51a47e7 Mon Sep 17 00:00:00 2001 From: Michael Paulson Date: Fri, 6 Nov 2020 07:30:02 -0800 Subject: [PATCH] oops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6930aba..e70b78b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ nnoremap ce :call SendTerminalCommand(0, "cd ~/personal/VimDeathmatch/se That means when I am in Deathmatch and I want to test my current file I press -ce and it will open a terminal if there isn't one opened and execute +`ce` and it will open a terminal if there isn't one opened and execute the commands. I could of made that command a lot better, I was just in a hurry :) Forgive me.