From 55dce0b5eeb07641092ef52164001c769fc64dde Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 22 Jan 2015 14:38:06 +0000 Subject: [PATCH] vim: fix zx binding --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index e557001..fcc4ff9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -330,7 +330,7 @@ cnoremap cnoremap " close all folds open fold in cursor -nnoremap zx zMzxzz15 +nnoremap zx zMzxzt " edit vimrc in new tab nmap ev :tabedit $MYVIMRC:lcd %:p:h -- 2.48.1