Skip to content

Instantly share code, notes, and snippets.

@rodesousa
Last active December 1, 2015 09:49
Show Gist options
  • Select an option

  • Save rodesousa/e677a595df082bb9aa19 to your computer and use it in GitHub Desktop.

Select an option

Save rodesousa/e677a595df082bb9aa19 to your computer and use it in GitHub Desktop.

ARGUMENT VIM

  • vim $(*) -- ajoute * dans le args

L'AUTO-COMPLETION

  • :NeoCompleteEnable -- activer neocomplete

PERSONAL SHORTCUT

  • Ctrl - Shift - b -- faire des blocs

SAIS PLUS

  • =system(files) -- print la réponse d'un programme

CTRLP

  • F5 -- Pour reload les news et ancien fichier
  • Press Ctrl - f and Ctrl - b to cycle between modes
  • Ctrl - d -- switch la recherche en path ou en filename
  • Ctrl - r -- switch en regexp
  • Ctrl - t or Ctrl - v, Ctrl - x -- ouvre en onglet, vsplit, split
  • Ctrl - n, Ctrl - p -- historique
  • Ctrl - y -- creation de fichier
  • Ctrl - z selection plusieurs fichier

TAGBAR

  • F8 -- affiche la tagbar

NEOCOMPLETE

  • Ctrl - X Ctrl - O -- indent sur ctags ou neocomplete

CTAGS

  • Ctrl - ] -- Ouvre le fichier de l'implem de la class ou de la fonction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment