1
0
Fork 0

nvim: close help and man on q

This commit is contained in:
Vladimír Dudr 2022-12-20 09:50:05 +01:00
parent 3fb5d06b83
commit 884b244023
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
nnoremap <buffer> q :q<Cr>
setlocal nonumber
setlocal signcolumn=auto

View file

@ -0,0 +1,3 @@
nnoremap <buffer> q :q<CR>
setlocal nonumber
setlocal signcolumn=auto