This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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 :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def method_name | |
"hello" | |
end |
OlderNewer