File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: How to install NormalNvim on various operating systems.
77* You need Neovim >= ` 0.10 `
88* There are 3 ways to install NormalNvim.
99
10- ## Installer (Linux/MacOS/WSL)
10+ ## Automatic installer (Linux/MacOS/WSL)
1111You can preview it [ here] ( https://github.com/NormalNvim/installer )
1212``` sh
1313wget -q https://raw.githubusercontent.com/NormalNvim/installer/main/installer.sh && chmod +x installer.sh && ./installer.sh
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You can show all key bindings by pressing `Space`
2222To close the current buffer press ` Space + c `
2323
2424### Opening code tree
25- To toggle the code tree tree press ` Space + e `
25+ To toggle the code tree tree (aerial) press ` Space + i `
2626
2727### Show diagnostics
2828To see line diagnostics press ` Space + lD `
You can’t perform that action at this time.
0 commit comments