Add comment so I'll hopefully remember not to delete the notes.kaplon.us/CodeMirror/ dir.

This commit is contained in:
jkaplon 2016-09-28 21:44:20 -04:00
parent 17d9f6f736
commit 326ce247ef

View File

@ -36,6 +36,7 @@
// Add my .vimrc stuff.
CodeMirror.Vim.map('jj', '<Esc>', 'insert')
// Hacked semi-colon/colon swap remap into /assets/keymap/vim.js...kind of a heavy hammer might bite me later.
// ...and it's already confused me later the same day. I deleted ~/notes.kaplon.us/CodeMirror w/out realizing I'd symlinked it into /assets!
// This no worky, there's no concept of <leader> in CodeMirror, but i was hoping this would work-around it.
//CodeMirror.Vim.map(' c', '<Esc>o- [ ] ', 'normal')
//CodeMirror.Vim.map(' x', '<ESC>;s/\[\s\]/[x]/g<CR>;noh<CR>', 'normal')