Skip to content

Instantly share code, notes, and snippets.

View weslley39's full-sized avatar
🤘
Awesome

Weslley Neri weslley39

🤘
Awesome
View GitHub Profile
NAVIGATION MODE
GG - End of the document
gg - Start of the document
h - left
l - right
k - up
j - down
w - next word
b - prev word
0 - start of the line
body {
font-family: -apple-system,
system-ui,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
sans-serif;
}
git rm -r --cached .
git add .
git commit -m 'Removed all files that are in the .gitignore'
git push origin master
<?xml version="1.0"?>
<root>
<item>
<name>Remap Caps Lock to Hyper</name>
<appendix>OS X doesn't have a Hyper. This maps caps lock (actually F19) to Control + Shift + Option + Command.</appendix>
<identifier>caps_lock_to_hyper</identifier>
<autogen>
--KeyToKey--
cl_righthand 0
cl_crosshairsize 3
var insideProps = []
var module = function(moduleName) {
return {
controller: function(controllerName, injections) {
var scope = {};
injections[2](scope, insideProps[0].scope);
insideProps.push({
### Aliases
## Key aliases
alias hyper ctrl;shift;alt;cmd
## Application aliases
alias browser 'Google Chrome'
alias editor 'Code'
alias terminal 'Hyper'
alias spotify 'Spotify'
List open files on a port and copy PID
lsof -i :<port>
Kill it with fire :)
kill -9 <PID>
CMD + O = find function
CMD + SHIFt + R = find files
@weslley39
weslley39 / genymotionwithplay.txt
Created July 16, 2016 02:45 — forked from wbroek/genymotionwithplay.txt
Genymotion with Google Play Services
Download the following ZIPs:
ARM Translation Installer v1.1 (http://www.mirrorcreator.com/files/0ZIO8PME/Genymotion-ARM-Translation_v1.1.zip_links)
Download the correct GApps for your Android version:
Google Apps for Android 6.0 (https://www.androidfilehost.com/?fid=24052804347835438 - benzo-gapps-M-20151011-signed-chroma-r3.zip)
Google Apps for Android 5.1 (https://www.androidfilehost.com/?fid=96042739161891406 - gapps-L-4-21-15.zip)
Google Apps for Android 5.0 (https://www.androidfilehost.com/?fid=95784891001614559 - gapps-lp-20141109-signed.zip)
Google Apps for Android 4.4.4 (https://www.androidfilehost.com/?fid=23501681358544845 - gapps-kk-20140606-signed.zip)
Google Apps for Android 4.3 (https://www.androidfilehost.com/?fid=23060877490000124 - gapps-jb-20130813-signed.zip)