Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @id 987654321
// @name Kickasstorrents
// @version 1.0
// @namespace
// @author
// @description
// @run-at document-end
// @match http://*.kickass.to/*
// @match http://*.kat.ph/*
// ==UserScript==
// @id 987654321
// @name KickAss Torrents Proxify
// @version 1.0
// @description Redirects you to a KickAss Torrents proxy
// @run-at document-start
// @match *.kickass.to/*
// @match *.kat.ph/*
// ==/UserScript==
@BenjaminRH
BenjaminRH / README.md
Created April 2, 2017 17:59 — forked from csswizardry/README.md
Vim without NERD tree or CtrlP

Vim without NERD tree or CtrlP

I used to use NERD tree for quite a while, then switched to CtrlP for something a little more lightweight. My setup now includes zero file browser or tree view, and instead uses native Vim fuzzy search and auto-directory switching.

Fuzzy Search

There is a super sweet feature in Vim whereby you can fuzzy find your files using **/*, e.g.:

:vsp **/*<partial file name><Tab>