Skip to content

Instantly share code, notes, and snippets.

execute pathogen#infect()
set nocompatible
let mapleader = ","
au BufReadCmd *.docx call zip#Browse(expand("<amatch>"))
" Sets how many lines of history VIM has to remember
set history=700
" Enable filetype plugins
filetype plugin on
@edi9999
edi9999 / gist:11367676
Created April 28, 2014 10:16
Flush the database with Laravel
<?php
use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
class CreateNewDatabase extends Command {
/**
* The console command name.
@edi9999
edi9999 / .vimrc
Last active August 29, 2015 13:59
.vimrc
execute pathogen#infect()
set nocompatible
let mapleader = ","
au BufReadCmd *.docx call zip#Browse(expand("<amatch>"))
" Sets how many lines of history VIM has to remember
set history=700
" Enable filetype plugins
filetype plugin on
@edi9999
edi9999 / conemuconfig.xml
Last active August 29, 2015 13:57
Configuration for ConEmu for my projects
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2014-03-21 11:36:56" build="140310">
<value name="ColorTable00" type="dword" data="00362b00"/>
<value name="ColorTable01" type="dword" data="00423607"/>
<value name="ColorTable02" type="dword" data="00756e58"/>
<value name="ColorTable03" type="dword" data="00837b65"/>
<value name="ColorTable04" type="dword" data="002f32dc"/>
<value name="ColorTable05" type="dword" data="00c4716c"/>