🐚
cmd (left arrow )
- go back in slack history
history | grep hello
- search terminal history for 'hello'
🐚
cmd (left arrow )
history | grep hello
// Exercises in https://github.com/DrBoolean/mostly-adequate-guide | |
var _ = require('ramda'); | |
var accounting = require('accounting'); | |
// Example Data | |
var CARS = [ | |
{name: "Ferrari FF", horsepower: 660, dollar_value: 700000, in_stock: true}, | |
{name: "Spyker C12 Zagato", horsepower: 650, dollar_value: 648000, in_stock: false}, | |
{name: "Jaguar XKR-S", horsepower: 550, dollar_value: 132000, in_stock: false}, | |
{name: "Audi R8", horsepower: 525, dollar_value: 114200, in_stock: false}, |
// https://github.com/MostlyAdequate/mostly-adequate-guide/blob/master/code/part1_exercises/answers/curry/curry_exercises.js | |
var _ = require('ramda'); | |
// Exercise 1 | |
//==================================================================================== | |
// Refactor to remove all arguments by partially applying the function |
Application for a United Kingdom Emergency Travel Document | |
Please supply the following: | |
> Passport sized photograph | |
> Police report (for stolen passports) | |
> Correct fee | |
> Form of personal identification | |
> Proof of travel | |
Please complete in black ink in block capitals |
For Makers Academy Talk
Update 6/10/14 So I'm back at makers one day and I find out this list is still in use, and has been passed onto the new cohort as well! I'm so glad it is useful. With this in mind, I have updated it a little bit. There are now sections: Moving around open files and Split working areas. I hope these will be of use to you. Also a shout out to the awesome Tatiana Soukiassian who has carried on the shortcut love and created another fantastic list of keyboard shortcuts for sublime and beyond, listed by how essential they are. Much love Tatiana!!
⌘ Command key
⌃ Control key (ctrl)