From 5fca22875b01ee5cd897c8a1a0420f52ba1ad2ba Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 7 Nov 2014 07:51:33 +0300 Subject: [PATCH] .profile: Fix LESSEDIT -- use %lt instead of %lm --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 6254c06..38212bc 100644 --- a/.profile +++ b/.profile @@ -85,7 +85,7 @@ if [ -t 0 ] ; then ;; esac #LESSCHARDEF=32c. - LESSEDIT='vim ?lm+%lm. -- %f' + LESSEDIT='vim ?lt+%lt. -- %f' export PAGER LESS LESSCHARSET LESSEDIT # LESSCHARDEF EDITOR="$HOME"/.vim/vim.sh -- 2.39.2