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
- Host: GitHub
- URL: https://github.com/hello-im-404/nvim-dot
- Owner: hello-im-404
- License: mit
- Created: 2025-06-24T22:25:46.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-24T22:49:13.000Z (12 months ago)
- Last Synced: 2025-06-24T23:29:13.014Z (12 months ago)
- Topics: dotfiles, lua, neovim, nvim, nvim-config, rice, vimrc
- Language: Lua
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

! ! ! 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)