Clone the repository in the folder .config/
git clone https://github.com/Ferchupessoadev/nvim.git ~/.config/nvim
Run nvim
nvim
command | Action |
---|---|
Ctrl + s | save the file |
Ctrl + q | quit the current file |
Space + b + b | open telescope find files |
Space + p + p | open telescope git files |
Space + p + e | open telescope buffers |
Tab | next buffer |
Shift + Tab | previous buffer |
Alt + {h,j,k,l} | move in mode insert |