From 5076f901024ae7c419de21e920f911a2a2484d11 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 15 Nov 2019 19:52:19 +0100 Subject: projects/aodocs.vim: Add u command mapping to insert UFO ticket folder Add a shortcut to quickly insert the UFO ticket folder path at the command line to save me the trouble of having to type & complete it manually. --- projects/aodocs.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'projects') diff --git a/projects/aodocs.vim b/projects/aodocs.vim index 2f53190..ce4fcc8 100644 --- a/projects/aodocs.vim +++ b/projects/aodocs.vim @@ -30,6 +30,9 @@ augroup AODocs \ | call s:CommitWackoTextWidth() augroup END +" Insert a path to UFO ticket folders +cnoremap u =$VIM_PROJECT_PATH_AODOCS_UFO_TICKET_FOLDER + " Enables a longer-than-72 character first line and 72 character wrapping on " subsequent lines. -- cgit v1.2.3