Browse Source

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

Thibaut Marty 9 years ago
parent
commit
481348b067
1 changed files with 4 additions and 0 deletions
  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>