Move rarely used functions to autoload
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user