From b1ca90df9827888f73a6c5f64d7f0ceda46ac3a8 Mon Sep 17 00:00:00 2001 From: Kan Date: Sat, 6 Aug 2022 15:13:33 +0300 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a2d6c4a..a58f5b7 100644 --- a/README.md +++ b/README.md @@ -66,17 +66,20 @@ echo "Hello $USER!" ### VIM shortcuts -| Command | Description | -|:-----------------------:|:------------------------------------| -| ,ff | Project files search by Telescope | -| ,fg | Search words in project | -| ,eh | Show hiden symbols like tabs | -| ,l | Line number styles | -| ,c | Highlight cursor line | -| ,/ | Toggle search highlight | -| ,`` | Close all without saving | -| ,t | Tagbar | -| ,r | Run script in new tab (python, go) | +| Command | Description | +|:-----------------------:|:----------------------------------------------------| +| ,ff | Project files search by Telescope | +| ,fg | Search words in project | +| ,eh | Show hiden symbols like tabs | +| ,l | Line number styles | +| ,c | Highlight cursor line | +| ,/ | Toggle search highlight | +| ,`` | Close all without saving | +| ,t | Tagbar | +| ,r | Run script in new tab (python, go) | +| ,nn | Toggle NerdTree | +| ,nf | Toggle NerdTree focus | +| ,ve | Open ~/.vimrc or ~/.config/nvim/init.vim in new tab |