# HG changeset patch # User Meredith Howard # Date 1571161938 18000 # Node ID 52ff7c31cc8b8a4008b9e63593ad6298ab8b89cf # Parent d690f45fd713bc063706617c6a10c10d98e5e02b add \l mark line diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -103,6 +103,9 @@ nnoremap g :call vimrc#Ltag(expand( " clear all interestingwords with \\k since \K is ri.vim nnoremap k :call UncolorAllWords() +" mark line +nmap l Vk + " use Ag for a recursive * nnoremap g* :Ag