vim config

meilleur config

  " TOUS LES PARAMETRE GRAPHIQUE UTILISATION DE VIM
  "http://doc.ubuntu-fr.org/vim
  syntax on
  set number
  set ruler
  colorscheme desert

  "permet l'utilisation de la souris dans le terminal pour sélectionner, copier et coller
  set mouse=a

  " Display the cursor position on the last line of the screen or in the status
  " line of a window
  set ruler

  "Indentation toutes les quatre colonnes
  set tabstop=4

  "Indentation de quatre colonnes
  set shiftwidth=4

  "Conserve l'indentation courante sur les nouvelles lignes
  set autoindent

  "Indentation intelligents
  set smartindent

  "affiche les commandes incomplète
  set showcmd

results matching ""

    No results matching ""