aboutsummaryrefslogtreecommitdiff
path: root/vim/config
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-07 13:45:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-07 13:45:41 +1300
commit1522c7e3b2d8fc4737c6bacfcf9bdb1d60f780b0 (patch)
tree41328bc7e1f123c6067b61f9a7efeb24991896d5 /vim/config
parentMerge branch 'feature/vim-mappings' into develop (diff)
parentAdd user_ftplugin.vim and user_indent.vim plugins (diff)
downloaddotfiles-1522c7e3b2d8fc4737c6bacfcf9bdb1d60f780b0.tar.gz
dotfiles-1522c7e3b2d8fc4737c6bacfcf9bdb1d60f780b0.zip
Merge branch 'feature/vim-plug' into develop
* feature/vim-plug: Add user_ftplugin.vim and user_indent.vim plugins Use b:undo variables correctly Update <Leader>b mapping to use new mapping name Add commands to copy_linebreak.vim Give copy_linebreak.vim enable/disable funcs, maps Add :FixedJoin command Add :StripTrailingWhitespace command
Diffstat (limited to 'vim/config')
-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