FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

CoderSales/Vim · GitHub

/ Vim Public

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim

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

i -> insert mode

esc -> normal mode

+p -> paste from clipboard

:w -> save

:! -> run command (followed by shell command)


tutorials

interactive vim tutorial


Vim in 100 Seconds | Fireship

Releases

Packages

Contributors


Back | FazBrowse Home | New Git URL