diff --git a/cheat/vim.md b/cheat/vim.md new file mode 100644 index 0000000..254da20 --- /dev/null +++ b/cheat/vim.md @@ -0,0 +1,3 @@ +### Remove trailing spaces + +`:%s/\s\+$//e`