aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 5527518..ded1b17 100644
--- a/vimrc
+++ b/vimrc
@@ -496,6 +496,10 @@
" 2022.06.23:
" * Add `m,` mapping to save a Vim session file.
"
+" 2022.08.09:
+" * Add `:Co` command, alias for `:Copy`. Adding to take precedence over
+" `:Context…` commands.
+"
" Pathogen
@@ -751,6 +755,10 @@ command! -bar -bang -range -nargs=* T <line1>,<line2>TComment<bang> <args>
let g:context_enabled = 0
+" Copy
+command! -range Co call copy#Copy(<line1>, <line2>)
+
+
" Mappings
" ========