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')