Skip to content

Instantly share code, notes, and snippets.

@HirschSt
HirschSt / foreign_links.rb
Last active January 24, 2019 09:05
dependency check in foreign_links
@HirschSt
HirschSt / gist:08c4055b659f2223a4c1361dfc3be961
Last active May 20, 2017 09:14
Get yaml file of recursive files
find . -type f -printf '%p:\n - %u\n - %s\n - %T+\n' > files.yml
xterm*VT100*geometry: 94x28
xterm*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
xterm*background: grey
xterm*foreground: lightblue
xterm*loginShell: true
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*title: XTerm
xterm*iconName: XTerm
xterm*saveLines: 50000
# ~/.tmux.conf
###########################################################################
# Change prefix from default (^B) to ^G
# ^G doesn't interfere with emacs-style editing keys
unbind -n ^B
#unbind -n ^G
set -g prefix ^@
@HirschSt
HirschSt / shortcuts_cheatsheet.md
Last active February 16, 2016 10:57
Keyboard Shortcuts
@HirschSt
HirschSt / .vimrc
Last active February 19, 2016 07:38
System wide Vim configuration
"Install
"mkdir ~/.vim/tmp/backup
"mkdir ~/.vim/tmp/swap
"git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
"
"For vim with lua see http://winter233.com/Using-Vim-with-Neocomplete/
"
set nocompatible
filetype off