From 5564d7a2c92ca5d3485df5f6f29b7d4a6508efc1 Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Mon, 7 Feb 2022 11:56:27 +0100 Subject: [PATCH] Add command to remove trailing spaces --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 5ad3a58..2b47b25 100644 --- a/init.vim +++ b/init.vim @@ -79,6 +79,7 @@ command! SRC source $MYVIMRC command! CD :cd %:h command! PlugEdit edit $MYVIMDIR/packages.vim command! PlugReload source $MYVIMDIR/packages.vim | PlugInstall +command! TrailingSpace %s/\s*$//g "{{{ latex