Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersales/vim
https://github.com/codersales/vim
10-commits 13-commits 20-commits 2023 23-commits april-2023 documentation h1-2023 not-code notes q2-2023 references vim
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/codersales/vim
- Owner: CoderSales
- License: mit
- Created: 2023-04-12T12:05:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T18:29:03.000Z (10 months ago)
- Last Synced: 2024-01-07T18:49:06.212Z (10 months ago)
- Topics: 10-commits, 13-commits, 20-commits, 2023, 23-commits, april-2023, documentation, h1-2023, not-code, notes, q2-2023, references, vim
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vim
## [commands](https://github.com/CoderSales/Vim/blob/main/docs/commands.md)
`h` left
`j` down
`k` up
`l` right
_____
`x` -> delete 1 character
`dd` -> delete 1 line
`u` -> undo
____
`:set` number -> add line numbers
after that:
`:2` -> to go to line 2
____
[switch modes: timestamp 1:33](https://youtu.be/-txKSRn0qeA?t=90)
`i` -> insert mode
`esc` -> normal mode
`+p` -> paste from clipboard
`:w` -> save
`:!` -> run command (followed by shell command)
____
## tutorials
[interactive vim tutorial](https://www.openvim.com/sandbox.html)
____
## [references](https://github.com/CoderSales/Vim/blob/main/docs/references.md)
[Vim in 100 Seconds | Fireship](https://youtu.be/-txKSRn0qeA?t=68)