Move rarely used functions to autoload

This commit is contained in:
2017-11-20 22:35:27 +00:00
parent e292b937d0
commit 4040dc7508
4 changed files with 52 additions and 69 deletions

View File

@@ -85,3 +85,9 @@ noremap K <nop>
" Split line at the cursor
nnoremap [j i<CR><Esc>
nnoremap ]j a<CR><Esc>
" Toggle Checkbox
nnoremap <leader><CR> :ToggleCheckbox<CR>
" Show highlight groups under the cursor
nnoremap <leader>hi :CursorHighlightGroups<CR>