aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:01:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:01:40 +1200
commit0f47beb14eaecdd0186f48549da5f03b2ab8ed45 (patch)
treeccdc66ef6730e2ae823c353922de939cdef12caf /vim/vimrc
parentUpdate and reconfigure for insert_cancel.vim (diff)
downloaddotfiles-0f47beb14eaecdd0186f48549da5f03b2ab8ed45.tar.gz
dotfiles-0f47beb14eaecdd0186f48549da5f03b2ab8ed45.zip
Update and reconfigure for copy_linebreak.vim
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7393c302..a25e5e90 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -217,7 +217,7 @@ nmap ]<Space> <Plug>PutBlankLinesBelow
" \a toggles 'formatoptions' 'a' flag using a plugin
nnoremap <Bslash>a :<C-U>ToggleOptionFlagLocal formatoptions a<CR>
" \b toggles copy-pasteable linebreak settings
-nmap <Bslash>b <Plug>CopyLinebreakToggle
+nmap <Bslash>b <Plug>(CopyLinebreakToggle)
" \c toggles 'cursorline'
nnoremap <Bslash>c :<C-U>setlocal cursorline! cursorline?<CR>
" \C toggles 'cursorcolumn'