(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| inoremap jj <ESC> | |
| set encoding=utf-8 | |
| set laststatus=2 | |
| let g:mustache_abbreviations = 1 | |
| syntax enable | |
| au BufRead,BufNewFile *.hbs set filetype=handlebars | |
| command E Ex | |
| set nocompatible | |
| let iCanHazNeoBundle=1 |
| from: http://www.meandmark.com/keycodes.html | |
| with some additions from people in the comments, thanks :) | |
| Virtual Keycodes for the Mac QWERTY Layout | |
| Keycodes are in hexadecimal. A blank entry means either there is no key assigned to that keycode or I was unable to find the assigned key. | |
| Keycode Key | |
| 0x00 A | |
| 0x01 S | |
| 0x02 D |