Skip to content

Instantly share code, notes, and snippets.

View choilive's full-sized avatar
👨‍💻
working on cool stuff

Michael Choi choilive

👨‍💻
working on cool stuff
  • Chicago, IL
View GitHub Profile
// This file was initially generated by Windows Terminal 1.1.2021.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",

Keybase proof

I hereby claim:

  • I am choilive on github.
  • I am mikechoi (https://keybase.io/mikechoi) on keybase.
  • I have a public key ASDykJja9Xv5pfcmLSd4xZVDOK_8s2NJHQdI4M1fkhXUywo

To claim this, I am signing this object:

@choilive
choilive / spacemacs-keybindings
Created November 2, 2018 19:21 — forked from adham90/spacemacs-keybindings
spacemacs keybindings that i need to learn
SPC s c remove highlight
**** Files manipulations key bindings
Files manipulation commands (start with ~f~):
| Key Binding | Description |
|-------------+----------------------------------------------------------------|
| ~SPC f c~ | copy current file to a different location |
| ~SPC f C d~ | convert file from unix to dos encoding |
| ~SPC f C u~ | convert file from dos to unix encoding |