Procházet zdrojové kódy

Ajout d'un mapping pour activer/désactiver list
(affichage "visuel" de caractères tels que tabulation)

Thibaut Marty před 9 roky
rodič
revize
481348b067
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      mappings.vim

+ 4 - 0
mappings.vim

@@ -20,3 +20,7 @@ nmap <Leader>p :call PasteToggleMode()<CR>
 
 "# Mapping pour lancer :make avec ,m
 map <Leader>m :make<CR>
+
+"# Mapping pour activer/désactiver l'affichage "visuel"
+" des caracètres spéciaux (e.g : tabulation)
+nmap <Leader>l :set list!<CR>