diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-11-07 10:09:02 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-11-07 10:10:14 +1300 |
commit | 64e0b1beef8ed360fba4f1cb405c371cc7213c00 (patch) | |
tree | 060826e2266642166c0abcf2e4046a0018610c25 | |
parent | 3b64f6c61d3e2a04cf3f5f6f24b84635947344d5 (diff) | |
download | dotfiles-64e0b1beef8ed360fba4f1cb405c371cc7213c00.tar.gz |
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.vim | 2 |
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 |