add \l mark line

Tue, 15 Oct 2019 12:52:18 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 15 Oct 2019 12:52:18 -0500
changeset 799
52ff7c31cc8b
parent 798
d690f45fd713
child 800
e8300acce2e4

add \l mark line

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -103,6 +103,9 @@ nnoremap g<C-]> :call vimrc#Ltag(expand(
 " clear all interestingwords with \\k since \K is ri.vim
 nnoremap <silent> <leader><leader>k :call UncolorAllWords()<CR>
 
+" mark line
+nmap <slient> <leader>l V<leader>k
+
 " use Ag for a recursive *
 nnoremap g* :Ag <cword><CR>
 

mercurial