diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-01-23 21:22:24 +0100 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-01-23 21:25:41 +0100 |
commit | 92ae62f4db11ccbfc41bc9f24fe3859aef456f34 (patch) | |
tree | bee855c2f6fc3bb2d2206af07a1403ace7819e6d /vim/.vim/memory.txt | |
parent | 6a3133baeba19c8e04d876e2bacbb42728a58c34 (diff) | |
download | dotfiles-92ae62f4db11ccbfc41bc9f24fe3859aef456f34.tar.gz dotfiles-92ae62f4db11ccbfc41bc9f24fe3859aef456f34.tar.bz2 dotfiles-92ae62f4db11ccbfc41bc9f24fe3859aef456f34.zip |
Little clean-up
Easier (I think...) directory layout
Diffstat (limited to 'vim/.vim/memory.txt')
-rw-r--r-- | vim/.vim/memory.txt | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/vim/.vim/memory.txt b/vim/.vim/memory.txt deleted file mode 100644 index c6c9b48..0000000 --- a/vim/.vim/memory.txt +++ /dev/null @@ -1,50 +0,0 @@ - Aide Mémoire pour VIM - - <F1> : Affichage de l'aide - <F2> : Compilation - <F3> : Passe en mode copie - <F4> : A/D gestion de la souris - <F5> : Affiche les caractères spéciaux - <F6> : Nettoie le fichier - <F7> : - <F8> : - <F9> : Explorateur de fichiers - <F10> : Afficher les lignes trop longues - - Onglets : - <C-Left> : Onglet précédent - <C-Right> : Onglet suivant - <S-Left> : Déplace l'onglet à gauche - <S-Right> : Déplace l'onglet à droite - - <C-Down> : Commentaire suivant - <C-Up> : Commentaire précédent - - Folding du code : - <space> : Ouvre/ferme le bloc - <C-c> : Ferme tous les blocs - <S-c> : Ouvre tous les blocs - - Compilation : - <C-PgUp> : Erreur précédente - <C-PgDown> : Erreur suivante - - Dans l'aide de VIM : - <Return> : Suit le lien - <Backspace> : Page précédente - - Templates : - <A-Return> : Saute vers zone compléter - - LaTeX : - <C-j> : Formattage - - C/C++ : - <C-F12> : Génération des tags - - dd : Supprimer une ligne - -Hexa : -Ouerture fichier : vim -b <file> -Conversion binaire -> hexa : :%!xxd -COnversion hexa -> binaire : :%!xxd -r |