Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)