Des slides dans votre vim - retour accueil
git clone git://bebou.netlib.re/slides.vim
Log | Files | Refs |
commit 809c1a9b6bd13fc9f2f905bf6e7f3488736760c5 parent 3482f38b3c3cfb2326e13ee47f54cc778177d4d5 Auterice: marc chantreux <khatar@phear.org> Date: Fri, 27 May 2011 09:56:30 +0200 pgup and pgdown to navigate Diffstat:
M | ftplugin/slides.vim | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ftplugin/slides.vim b/ftplugin/slides.vim @@ -19,6 +19,8 @@ nmap ,, o,, nnoremap ,z :.w !zsh<cr><cr> " ,v show images from qiv -f nnoremap ,v :.w !xargs qiv -f<cr><cr> +nnoremap <buffer> <PageUp> zk +nnoremap <buffer> <PageDown> zj " Presentation mode open and close folders automatically command -nargs=0 Presentation set fdo=all fcl=all @@ -26,4 +28,3 @@ Presentation " Edition mode reset default folding behavior command -nargs=0 Edition set fcl= fdo=block,hor,mark,percent,quickfix,search,tag,undo -