From 731553906da49af6fdcb588c6846ad43c7e47363 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Thu, 5 Jan 2023 16:04:40 -0500 Subject: [PATCH] update vim tips --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 226faa4..c8a50f7 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ You may need to add `~/bin` to your PATH variable if not already done. See [here * `:tabr` → Go to first tab * `:drop filenam` → Go to the tab with filename * `g` → Go to last used tab (Works in vim version > 8.2.1401) - * `set mouse` → Now clicking on a tab works + * `:set mouse=a` → Now clicking on a tab works * `]c` → Go to next diff hunk * `[c` → Go to previous diff hunk * `do`, `dp` → Diff obtain, Diff put - * `zo`, `zc`, `zR` → Fold open, Fold close, open all folds + * `zo`, `zc`, `zi` → Fold open, Fold close, toggle all folds # See Git diffs