Skip to content

Instantly share code, notes, and snippets.

@mortonfox
Created November 29, 2011 03:13
Show Gist options
  • Save mortonfox/1403205 to your computer and use it in GitHub Desktop.
Save mortonfox/1403205 to your computer and use it in GitHub Desktop.
TwitVim filters as of 11/28/2011
let twitvim_filter_enable = 1
let regexes = [
\ '/thatcan\.be/',
\ '/youtu\.be/',
\ '/spn\.tw/',
\ '/twittascope\.com/',
\ '@GetGlue',
\ '/miso\.io/',
\ '/raptr\.com/',
\ '#wheresgeorge.*got a hit',
\ '/4sq\.com/',
\ '/shz\.am/',
\ '/gowal\.la/',
\ '/slacker\.com/',
\ '/4ms\.me/',
\ '/blip\.fm/',
\ '/klout\.com/',
\ ]
let twitvim_filter_regex = join(regexes, '\|')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment