An open API service indexing awesome lists of open source software.

https://github.com/hello-im-404/nvim-dot

my minimalistic config for neovim
https://github.com/hello-im-404/nvim-dot

dotfiles lua neovim nvim nvim-config rice vimrc

Last synced: 12 months ago
JSON representation

my minimalistic config for neovim

Awesome Lists containing this project

README

          

![](screenshots/nvim.png)

! ! ! INSTALLATION! ! !

```bash
git clone https://github.com/hello-im-404/nvim-dot.git ~/.config/nvim
rm -rf ~/.config/nvim/README.md
rm -rf ~/.config/nvim/screenshots
```

! ! ! USAGE ! ! !
f2 - file tree

vim guide:
try vimtutor

how to exit from vim? ESC -> :q -> Enter -> done!

how to write + exit? ESC -> :wq -> Enter -> done!

command mode - ESC

insert mode - a/i

visual mode - v

copy - y(in command mode)

paste - p(in command mode)

undo - u(in command mode)

dd - delete 1 string(u can delete many str, just type 'x'dd) x - number string which u want to delete

hjkl(in command mode/visual mode)