mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
Fix q key binding in runtime log viewer
This commit is contained in:
parent
0db1121180
commit
f34aed626d
@ -39,7 +39,7 @@ function! SpaceVim#logger#viewRuntimeLog() abort
|
||||
|
||||
let info .= "\n```\n"
|
||||
tabnew +setl\ nobuflisted
|
||||
nnoremap <buffer><silent> q :bd!<CR>
|
||||
nnoremap <buffer><silent> q :tabclose!<CR>
|
||||
for msg in split(info, "\n")
|
||||
call append(line('$'), msg)
|
||||
endfor
|
||||
|
Loading…
Reference in New Issue
Block a user