Skip to content

BLEUROY-HIGHCO/server-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highco Server config

For vim, look at stephpy-vim-config, this is the same config, but some bundle needs extra binary to works:

  • ACK -> needs ackbetterthangrep
  • phpcs -> needs php code sniffer
  • taglist -> needs exhuberant ctags

Config useful

let g:pdv_cfg_Author="Stephane PY <py.stephane1(at)gmail.com>" " change the authorname for phpdoc
let g:NERDTreeShowHidden=1                                     " show hidden files on nerdtree

coloscheme molokai

##Shortcuts:

  • CTRL + C -> to comment line(s) selected
  • CTRL + X -> to uncomment line(s) selected
  • CTRL + Y -> Open NerdTree nafication
  • CTRL + D -> document a method, class, var
  • CTRL + P -> Open FUCKING GREAT SEARCH !
  • \be -> Show buffer
  • CTRL + H -> Adding namespace of a file and the class name (php 5.3)

Bash

@todo Write documentation

To install

wget --no-check-certificate https://raw.github.com/BLEUROY-HIGHCO/server-config/master/install.sh -O ./install.sh && chmod +x ./install.sh && ./install.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published