Skip to content

Instantly share code, notes, and snippets.

View tagrudev's full-sized avatar

Todor Grudev tagrudev

View GitHub Profile
@tagrudev
tagrudev / gist:2426656
Created April 20, 2012 06:49
My sublime shortcuts
#Shortcuts on ubuntu submlime
# Multi edit
ctr + shift + L
#select a word and then
ctr + D - gets the next occurrence
alt + F3 - get all the words
# runs a commnad pallete
@tagrudev
tagrudev / gist:2419453
Created April 19, 2012 07:42
Editing Android hosts file
# You need an emulator running
adb remount
# this will get the current host file
adb pull /system/etc/host .
# open it and edit it as you wish
# then push it
@tagrudev
tagrudev / gist:2006185
Created March 9, 2012 11:39
irssi configuration
Themes -> download *.theme file -> put it in ~/.irssi
Load the them by /SET theme THEME_NAME
#Auto channel stick off
/SET autostick_split_windows OFF
#Disable automatic window closing when /PARTing channel or /UNQUERYing query:
/SET autoclose_windows OFF
/SET reuse_unused_windows ON
@tagrudev
tagrudev / gist:1404157
Created November 29, 2011 09:28
Adding nvm support for zsh
vim .zshrc
#Adding nvm on loading
source ~/.nvm/nvm.sh