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-c2. Upper Case :M-u
- Lower Case :
M-l
| 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".
C-/C-?M-c
2. Upper Case : M-uM-l