About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
rodesousa
11/21/2015 - 2:34 PM
share
Share
add_circle_outline
Save
shortcut_vim.md
shortcut_vim.md
content_copy
file_download
Rendered
Source
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
clear