Editing README

This commit is contained in:
Tobias 2025-05-11 23:05:56 +02:00
parent dfa38d3453
commit 59f0fa31a6

View File

@ -27,5 +27,7 @@ This is a simple starter config for neovim, there is a few plugins for changing
To use the ansiblels LSP, you need either vs code installed or npm installed. May well be that vs code installs and uses npm to install the ansiblels LSP To use the ansiblels LSP, you need either vs code installed or npm installed. May well be that vs code installs and uses npm to install the ansiblels LSP
There is also some remaps that I could not image going back to not using, since they make life a lot eaiser and better when it comes to working in files. There is also some remaps that I could not image going back to not using, since they make life a lot eaiser and better when it comes to working in files.
### Tabs:
There has been added remaps for tabs, <leader>ct creates a new tab, <leader>qt closes a tab. If you are in netrw you can press t on a file to open it in a tab. There has been added remaps for tabs, <leader>ct creates a new tab, <leader>qt closes a tab. If you are in netrw you can press t on a file to open it in a tab.
You can jump between tabs with gt, if you want to jump to a spesific tab you can use fx 2gt, to go to tab 2 You can jump between tabs with gt, if you want to jump to a spesific tab you can use fx 2gt, to go to tab 2