summaryrefslogtreecommitdiffstats
path: root/vim/.vim/memory.txt
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2012-10-10 22:12:38 +0200
committerAudric Schiltknecht <storm@chemicalstorm.org>2012-10-10 22:12:38 +0200
commit16938a57453b769490fde0372407ae169de519ab (patch)
tree3a083df1bf87941b430e6101bc7a3a977ad8d290 /vim/.vim/memory.txt
parent048df48526e1b8f5176319f79aaa6276906556bd (diff)
downloaddotfiles-16938a57453b769490fde0372407ae169de519ab.tar.gz
dotfiles-16938a57453b769490fde0372407ae169de519ab.tar.bz2
dotfiles-16938a57453b769490fde0372407ae169de519ab.zip
Add "basic" vim configuration
Diffstat (limited to 'vim/.vim/memory.txt')
-rw-r--r--vim/.vim/memory.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/vim/.vim/memory.txt b/vim/.vim/memory.txt
new file mode 100644
index 0000000..980e773
--- /dev/null
+++ b/vim/.vim/memory.txt
@@ -0,0 +1,50 @@
+ 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> :
+ <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