From abdc5317e19d292ef37001c66b3c79a01cd50849 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 25 Nov 2018 20:54:28 -0500 Subject: [PATCH] vim: Remove vimtex-delim-close keybind This keybind was causing a delay every time I typed ']', which was uncomfortable to use, so I removed it. --- vim/.vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 2e95672c..63dd3cfc 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -219,7 +219,6 @@ nnoremap f (vimtex-view) nnoremap g (vimtex-compile) nnoremap d (vimtex-env-delete) nnoremap c (vimtex-env-change) -inoremap ]] (vimtex-delim-close) " ================================ " ========= vim-markdown =========