From 5ba466f14dfd7604bd96491586d6d4b5ff3fb10f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 5 Aug 2018 10:03:14 +1200 Subject: Remove surround.vim's insert mode maps --- vim/after/plugin/surround.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vim/after/plugin/surround.vim diff --git a/vim/after/plugin/surround.vim b/vim/after/plugin/surround.vim new file mode 100644 index 00000000..b1face5f --- /dev/null +++ b/vim/after/plugin/surround.vim @@ -0,0 +1,6 @@ +" Remove surround.vim's insert mode maps +iunmap ISurround +iunmap Isurround +iunmap S +iunmap s +iunmap -- cgit v1.2.3