aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-26 18:17:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-26 18:24:10 +1300
commitd5f8d934cf6aad67f57a10aac88e34db280c5017 (patch)
treec2775b29b03180c069312ff3a82f436220e0e94b /vim/after/plugin
parentForce 'ttymouse' off a little more carefully (diff)
downloaddotfiles-d5f8d934cf6aad67f57a10aac88e34db280c5017.tar.gz
dotfiles-d5f8d934cf6aad67f57a10aac88e34db280c5017.zip
Remove repeat.vim and surround.vim
Getting in the habit of using , and ; properly. This is the last of the third-party code in my ~/.vim!
Diffstat (limited to 'vim/after/plugin')
-rw-r--r--vim/after/plugin/surround.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/vim/after/plugin/surround.vim b/vim/after/plugin/surround.vim
deleted file mode 100644
index 800bc38d..00000000
--- a/vim/after/plugin/surround.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-" Remove surround.vim's insert mode maps
-if !exists('g:loaded_surround')
- finish
-endif
-iunmap <Plug>ISurround
-iunmap <Plug>Isurround
-iunmap <C-G>S
-iunmap <C-G>s
-iunmap <C-S>