From d4c135e340426c203a6ab7dda5919465b0e11375 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 18 Oct 2021 19:40:54 +0200 Subject: ftplugin/todo.vim: Add `` as an additional Leader Provide the option to use a `` as a leader in addition to my normal Leader, since it can be quicker for some commands. --- ftplugin/todo.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ftplugin') diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index fa7bd49..a78600c 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -6,3 +6,7 @@ setlocal nocursorline highlight todoUndone ctermbg=220 ctermfg=235 highlight todoUnimportant ctermfg=7 + + +" Use as an additional Leader +nmap -- cgit v1.2.3