Skip to content

Instantly share code, notes, and snippets.

const AuthContext = createContext<AuthProps>({
status: {
isConnected: false,
isLoading: false
}
});
export const Auth: FC = ({ children }) => (
<AuthContext.Provider value={getConnectedStatus()}>
{children}
@YoannDelpierre
YoannDelpierre / gist:5cfdebe201b6061fa0ba
Created February 18, 2016 14:50 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt