From bce3c5467794fdfd1402feaaac7a1d8b1d68c48b Mon Sep 17 00:00:00 2001 From: hugogogo Date: Tue, 16 Feb 2021 13:57:23 +0100 Subject: [PATCH] modification dans vimrc gittxt vimtext --- .vimrc | 2 +- git.txt | 2 +- vim.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index c3026a4..e6a963f 100644 --- a/.vimrc +++ b/.vimrc @@ -58,7 +58,7 @@ set number "set list "" le texte passe a la ligne automatiquement -set unwrap +set nowrap "--------------------------------------------------------------- diff --git a/git.txt b/git.txt index 37654cf..bdb29ba 100644 --- a/git.txt +++ b/git.txt @@ -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 diff --git a/vim.txt b/vim.txt index fb40e8e..6f9f360 100644 --- a/vim.txt +++ b/vim.txt @@ -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