@@ -7,6 +7,10 @@ going online to search for the specific commands.
77
88Sometimes you can forgot how to do a specific thing in vim(we all been there :innocent : ).
99
10+
11+ https://github.com/user-attachments/assets/d4f41ca3-17f9-4ae5-b9bd-3ada7ae98ac5
12+
13+
1014## Installation
1115
1216- Using ** Vim-Plug**
@@ -40,26 +44,26 @@ Plugin 'Var7600/vim-commands'
4044```
4145## SEARCH BY SECTION
4246the cheat sheet contents differents sections that you can search for ** ALL SECTION ARE IN UPPERCASE**
43- - Basic (vim commands)
44- - NAVIGATION (move,jump,position in file)
45- - JUMPS (location,last modified position,...)
46- - DELETION (delete character,word,line,until cursor,until end line)
47- - NORMAL MODE -> INSERT MODE(to pass from normal mode to insert mode)
48- - CUT,COPY&PASTE (cut,copy and paste portions of text)
49- - SEARCH (search word,pattern,...)
50- - REPLACE (replace occurrences by another)
51- - CASE (modify case of a character,word,entire line,...)
52- - TABS (creates,navigate,move,close tabs)
53- - SPLIT (split horizontally,vertically,switch panes,resize,...)
54- - BUFFERS (create,navigate,list,close buffer)
55- - FILE EXPLORER (built-in-file Explorer)
56- - SHELL (using shell commands in vim)
57- - ALIGNMENT (align lines for better clarity)
58- - READ AND WRITE FILES (insert the content of a file into another,export portions,...)
59- - MARKS (marks section of a file,line numbers,...)
60- - ABBREVATIONS (define your own abbreviations)
61- - TEXT INDENTATION (indent text for readability,...)
62- - CTAGS (if installed,allow quick access across files for definitions and functions)
47+ - ** Basic** (vim commands)
48+ - ** NAVIGATION** (move,jump,position in file)
49+ - ** JUMPS** (location,last modified position,...)
50+ - ** DELETION** (delete character,word,line,until cursor,until end line)
51+ - ** NORMAL MODE -> INSERT MODE** (to pass from normal mode to insert mode)
52+ - ** CUT,COPY&PASTE** (cut,copy and paste portions of text)
53+ - ** SEARCH** (search word,pattern,...)
54+ - ** REPLACE** (replace occurrences by another)
55+ - ** CASE** (modify case of a character,word,entire line,...)
56+ - ** TABS** (creates,navigate,move,close tabs)
57+ - ** SPLIT** (split horizontally,vertically,switch panes,resize,...)
58+ - ** BUFFERS** (create,navigate,list,close buffer)
59+ - ** FILE EXPLORER** (built-in-file Explorer)
60+ - ** SHELL** (using shell commands in vim)
61+ - ** ALIGNMENT** (align lines for better clarity)
62+ - ** READ AND WRITE FILES** (insert the content of a file into another,export portions,...)
63+ - ** MARKS** (marks section of a file,line numbers,...)
64+ - ** ABBREVATIONS** (define your own abbreviations)
65+ - ** TEXT INDENTATION** (indent text for readability,...)
66+ - ** CTAGS** (if installed,allow quick access across files for definitions and functions)
6367
6468## Customization
6569
0 commit comments