Skip to content

Instantly share code, notes, and snippets.

View andreimc's full-sized avatar

Andrei Miulescu andreimc

View GitHub Profile
import React, { Component } from 'react'
import Helmet from 'react-helmet'
import { SessionUser } from '../../services/auth'
import { theme } from '../../styles/GlobalStyles'
interface State {
chatra: any
currentUser: SessionUser | null
restartChat: boolean
}

emacs --daemon to run in the background. emacsclient.emacs24 <filename/dirname> to open in terminal

NOTE: "M-m and SPC can be used interchangeably".

  • Undo - C-/
  • Redo - C-?
  • Change case: 1. Camel Case : M-c 2. Upper Case : M-u
  1. Lower Case : M-l