dashboard command

This commit is contained in:
Chris 2021-03-21 23:14:04 -04:00
parent 744ed8bb1c
commit 927a2c122c

View file

@ -21,6 +21,7 @@ autocmd! FileType which_key
autocmd FileType which_key set laststatus=0 noshowmode noruler
\| autocmd BufLeave <buffer> set laststatus=2 noshowmode ruler
let g:which_key_map[';'] = [ ':Dashboard' , 'home screen' ]
let g:which_key_map[','] = [ '<Plug>(emmet-expand-abbr)' , 'expand tags' ]
let g:which_key_map['"'] = [ '<Plug>PeekupOpen' , 'registers' ]
let g:which_key_map['?'] = [ ':NvimTreeFindFile' , 'find current file' ]