diff options
author | Teddy Wing | 2019-11-15 19:52:19 +0100 |
---|---|---|
committer | Teddy Wing | 2019-11-18 23:20:31 +0100 |
commit | 5076f901024ae7c419de21e920f911a2a2484d11 (patch) | |
tree | 533b12864445c1ff49a12cc32b6ffc7d464383c5 | |
parent | 5052fe9888b966668dd0403d3fa253ad73b5b565 (diff) | |
download | dotvim-5076f901024ae7c419de21e920f911a2a2484d11.tar.bz2 |
projects/aodocs.vim: Add <C-x>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.
-rw-r--r-- | projects/aodocs.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 <C-x>u <C-r>=$VIM_PROJECT_PATH_AODOCS_UFO_TICKET_FOLDER<CR> + " Enables a longer-than-72 character first line and 72 character wrapping on " subsequent lines. |