changes in vim manipulation of last oppened buffer

This commit is contained in:
hugogogo
2022-10-04 16:04:01 +02:00
8 changed files with 180 additions and 15 deletions

View File

@@ -26,7 +26,9 @@
**:bp** go to previous buffer
**:bn** go to next buffer
**:b#** switch to last edited buffer
**:explore / :ex<tab>** navigate through directory, rename, and plus
**:Explore / :ex<tab>** navigate through directory, rename, and plus
**:Lexplore / :Lex<tab>** buffer directory open in left split window
**:Lexplore 30** Explore window is of size 30
**search through files :**
**:vim** the one function that gets to be name as the software ;)
performes a kind of grep search on a list of files
@@ -124,11 +126,12 @@
**guu** passe la ligne en lowercase
**bgUw** change le mot en uppercase
**~** change casse du caractere sous le cursor
* va a la prochaine occurence du mot sous le curseur
***** va a la prochaine occurence du mot sous le curseur
**q:** affiche les dernieres commandes
**==** rétablit la bonne indentation pour la ligne
**=G** rétablit la bonne indentation pour toute la page
**''** go to last cursor position
**gx** open the file under cursor, or url
/REMPLACER/
**:s/old/new** remplace la 1ere occurence de ancien par nouveau