From 8542c4f85829a80387333912866b717919130029 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 31 Mar 2021 12:56:19 +0200 Subject: [PATCH] :sparkles: add vim scratch pad --- vim.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim.md diff --git a/vim.md b/vim.md new file mode 100644 index 0000000..38c2f2a --- /dev/null +++ b/vim.md @@ -0,0 +1,5 @@ +# Scatch pad +``` +:tab ter # new tab with terminal +:tabe . # new tab with netrw listing of cd +```