modification dans vimrc gittxt vimtext

This commit is contained in:
hugogogo
2021-02-16 13:57:23 +01:00
parent 25e688a989
commit bce3c54677
3 changed files with 3 additions and 3 deletions

2
.vimrc
View File

@@ -58,7 +58,7 @@ set number
"set list
"" le texte passe a la ligne automatiquement
set unwrap
set nowrap
"---------------------------------------------------------------

View File

@@ -16,7 +16,7 @@
**git clone** creates a local copy of a remote
**git branch** lists all a git project's branches
**git branch branch_name** creates a new branch
**git checkout branch_name** used to switch from one branch to another
**git checkout branch_name** to switch from one branch to another
**git log** shows a list of all previous commits
**git log --summary** show more informations
**git merge branch_name** join file changes from branch_name into current branch

View File

@@ -22,7 +22,7 @@
**:bp** go to previous buffer
**:bn** go to next buffer
**:bd** delete buffer
**:#** switch to last edited buffer
**:b#** switch to last edited buffer
**:%y+** copie toutes les lignes DANS LE CLIPBOARD
**:set paste** copier sans les effets des tabulations
**: up** affiche les dernieres commandes