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:
parent
2e5f5c5991
commit
54908dfe9f
@ -59,7 +59,7 @@ dashboard.custom_center = {
|
|||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
augroup dashboard_enter
|
augroup dashboard_enter
|
||||||
au!
|
au!
|
||||||
autocmd FileType dashboard nnoremap q :qa<CR>
|
autocmd FileType dashboard nnoremap <buffer> q :qa<CR>
|
||||||
autocmd FileType dashboard nnoremap e :enew<CR>
|
autocmd FileType dashboard nnoremap <buffer> e :enew<CR>
|
||||||
augroup END
|
augroup END
|
||||||
]])
|
]])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user