1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

fix: dashboard map is not local

This commit is contained in:
jdhao 2022-08-07 00:24:37 +08:00
parent 2e5f5c5991
commit 54908dfe9f

View File

@ -59,7 +59,7 @@ dashboard.custom_center = {
vim.cmd([[
augroup dashboard_enter
au!
autocmd FileType dashboard nnoremap q :qa<CR>
autocmd FileType dashboard nnoremap e :enew<CR>
autocmd FileType dashboard nnoremap <buffer> q :qa<CR>
autocmd FileType dashboard nnoremap <buffer> e :enew<CR>
augroup END
]])