Des slides dans votre vim - retour accueil
git clone git://bebou.netlib.re/slides.vim
Log | Files | Refs |
commit 37195dfa12f0b64962069e2f6f6a202ef337302c parent 547f6477e942980483868017b8db380188742658 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 17 Oct 2024 13:49:12 +0200 Cacher le hook mais pour de vrai Diffstat:
M | ftplugin/slides.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ftplugin/slides.vim b/ftplugin/slides.vim @@ -31,7 +31,7 @@ nnoremap ,x :Record<cr> " presentation command nnoremap <buffer> <PageUp> zkzt - nnoremap <buffer> <PageDown> zjzt:Hook<cr> + nnoremap <buffer> <PageDown> zjzt:Hook<cr>:redraw!<cr> command Hook exec matchstr(getline("."),"^\\v^[^›]+")