Explorar o código

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

Thibaut Marty %!s(int64=9) %!d(string=hai) anos
pai
achega
481348b067
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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>