aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-07 10:09:02 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-07 10:10:14 +1300
commit64e0b1beef8ed360fba4f1cb405c371cc7213c00 (patch)
tree060826e2266642166c0abcf2e4046a0018610c25
parentAdd commands to copy_linebreak.vim (diff)
downloaddotfiles-64e0b1beef8ed360fba4f1cb405c371cc7213c00.tar.gz
dotfiles-64e0b1beef8ed360fba4f1cb405c371cc7213c00.zip
Update <Leader>b mapping to use new mapping name
The name of this mapping was changed in commit 44bd9a8.
-rw-r--r--vim/config/wrap.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/wrap.vim b/vim/config/wrap.vim
index a3fccbba..51e9ea89 100644
--- a/vim/config/wrap.vim
+++ b/vim/config/wrap.vim
@@ -31,6 +31,6 @@ if has('linebreak')
endif
" \b toggles copy-pasteable linebreak settings
- nmap <Leader>b <Plug>CopyLinebreak
+ nmap <Leader>b <Plug>CopyLinebreakToggle
endif