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
#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 |
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
# 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 |
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
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 |
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
vim .zshrc | |
#Adding nvm on loading | |
source ~/.nvm/nvm.sh |
NewerOlder