Skip to content

Instantly share code, notes, and snippets.

alias t='tmux a -t'
set -g prefix C-a
set -g default-terminal "screen-256color"
@tomcss
tomcss / foobar.js
Created February 21, 2018 15:56 — forked from mspreij/foobar.js
var yadda = (function() {
var myObject = {};
var pubVar = 123;
var privVar = 456;
var someDefaultOptions = {};
function public1() {
// ...
return 'allKindsOfInterestingStuff';
}
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')