changes syntax highlight to be abble to put double asterisk

This commit is contained in:
hugogogo
2022-08-14 13:59:40 +02:00
parent 0265187fcc
commit 077661017f
3 changed files with 14 additions and 2 deletions

View File

@@ -24,6 +24,16 @@
**:bd** delete buffer
**:b#** switch to last edited buffer
**:explore / :ex<tab>** navigate through directory, rename, and plus
**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
**:vim pattern *\* ** performs search on all sub folders
**:vim pattern *.xml *.cpp** (without space between the two dots) performs search on all files of these extensions
**:cn** go to next search result (might be in same file)
**:cp** go to previous search result (might be in same file)
**:cnf** go to next search result in next file
**:cpf** go to previous search result in previous file
**:cw** list all results
**:%y+** copie toutes les lignes DANS LE CLIPBOARD
**:set paste** copier sans les effets des tabulations
**: up** affiche les dernieres commandes