Skip to content

Instantly share code, notes, and snippets.

View dylnmc's full-sized avatar

dylnmc dylnmc

View GitHub Profile
@dylnmc
dylnmc / vulpo.txt
Created August 21, 2020 20:28
vulpo color palette
0: #303030
1: #d75f5f
2: #5f875f
3: #d7875f
4: #5f87af
5: #875faf
6: #008787
7: #d7d7af
8: #585858
@dylnmc
dylnmc / README.md
Last active September 24, 2020 05:35
Map Meta Keys in Vim!

Meta Sequences in Vim

Terminals are weird. If you type read -r in a shell then hold Alt and tap a, you may be surprised to see ^[a glaring at you.

Why?

Your terminal encodes Alt-a (referred to as <m-a> in vim) as two bytes: Escape (referred to as <esc> in vim) followed by a. This encoding scheme has been used for decades and allows your terminal to send escape sequences like