From 8a3b44f5db9828a792d24bb89539f060d71813cf Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 22 Nov 2008 10:37:10 +0100 Subject: [PATCH] wrap lines with horiz movement keys --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index ac13d2c..4f498dc 100644 --- a/.vimrc +++ b/.vimrc @@ -52,7 +52,7 @@ set pt= " list of flags specifying which commands wrap to another line " (local to window) " set ww= -set ww=b,s,[,],~ +set ww=b,s,[,<,>,],~ " startofline " many jump commands move the cursor to the first non-blank -- 2.39.2