aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/copy_linebreak.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/copy_linebreak.vim b/plugin/copy_linebreak.vim
index 97b2170..ef7e4d2 100644
--- a/plugin/copy_linebreak.vim
+++ b/plugin/copy_linebreak.vim
@@ -46,12 +46,12 @@ function! s:CopyLinebreakToggle()
endfunction
" Provide mappings to the functions just defined
-noremap <silent> <unique>
+noremap <silent>
\ <Plug>CopyLinebreakEnable
\ :<C-U>call <SID>CopyLinebreakEnable()<CR>
-noremap <silent> <unique>
+noremap <silent>
\ <Plug>CopyLinebreakDisable
\ :<C-U>call <SID>CopyLinebreakDisable()<CR>
-noremap <silent> <unique>
+noremap <silent>
\ <Plug>CopyLinebreakToggle
\ :<C-U>call <SID>CopyLinebreakToggle()<CR>