From 326ce247efd4d06dbbec7164fdc8e0cadfc44eed Mon Sep 17 00:00:00 2001 From: jkaplon Date: Wed, 28 Sep 2016 21:44:20 -0400 Subject: [PATCH] Add comment so I'll hopefully remember not to delete the notes.kaplon.us/CodeMirror/ dir. --- views/index.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/views/index.hbs b/views/index.hbs index 5f05d95..389577c 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -36,6 +36,7 @@ // Add my .vimrc stuff. CodeMirror.Vim.map('jj', '', '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 in CodeMirror, but i was hoping this would work-around it. //CodeMirror.Vim.map(' c', 'o- [ ] ', 'normal') //CodeMirror.Vim.map(' x', ';s/\[\s\]/[x]/g;noh', 'normal')