This commit is contained in:
Michael Paulson 2020-11-06 07:30:02 -08:00
parent c5c2a57210
commit 4390b4c157

View File

@ -56,7 +56,7 @@ nnoremap <leader>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
<leader>ce and it will open a terminal if there isn't one opened and execute
`<leader>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.