Skip to content

Instantly share code, notes, and snippets.

@bdtomlin
bdtomlin / designer.html
Created August 13, 2014 01:12
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@bdtomlin
bdtomlin / gist:813e779c647978fc27e3
Created August 27, 2014 14:32
Vimux and Turbux
" for vim to interact with tmux
Bundle 'benmills/vimux'
" for awesome ruby testing
Bundle 'jgdavey/vim-turbux'
" My settings
"use closest pane already open (don't create split if there already is one)
let VimuxUseNearestPane = 1
" Create vertical split, no naturally use "h" for vertical :)
def method_name
"hello"
end