Update README.md

This commit is contained in:
TheK4n 2022-08-06 15:13:33 +03:00 committed by GitHub
parent 578729dd88
commit b1ca90df98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ echo "Hello $USER!"
### VIM shortcuts ### VIM shortcuts
| Command | Description | | Command | Description |
|:-----------------------:|:------------------------------------| |:-----------------------:|:----------------------------------------------------|
| <kbd>,ff</kbd> | Project files search by Telescope | | <kbd>,ff</kbd> | Project files search by Telescope |
| <kbd>,fg</kbd> | Search words in project | | <kbd>,fg</kbd> | Search words in project |
| <kbd>,eh</kbd> | Show hiden symbols like tabs | | <kbd>,eh</kbd> | Show hiden symbols like tabs |
@ -77,6 +77,9 @@ echo "Hello $USER!"
| <kbd>,``</kbd> | Close all without saving | | <kbd>,``</kbd> | Close all without saving |
| <kbd>,t</kbd> | Tagbar | | <kbd>,t</kbd> | Tagbar |
| <kbd>,r</kbd> | Run script in new tab (python, go) | | <kbd>,r</kbd> | Run script in new tab (python, go) |
| <kbd>,nn</kbd> | Toggle NerdTree |
| <kbd>,nf</kbd> | Toggle NerdTree focus |
| <kbd>,ve</kbd> | Open ~/.vimrc or ~/.config/nvim/init.vim in new tab |
<a id="chapter-1"></a> <a id="chapter-1"></a>