From aba4c0888266472f22f5ca2615346464f0965e36 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 26 Feb 2024 11:39:44 -0700 Subject: Remove binding from supert --- plugin/supert.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugin') diff --git a/plugin/supert.vim b/plugin/supert.vim index 752d70a..df6a2aa 100644 --- a/plugin/supert.vim +++ b/plugin/supert.vim @@ -71,10 +71,6 @@ function! s:do_search_ch(type, vis, ch) endwhile endfunction -nnoremap - \ call getchar() - \ call do_search('t', '') - " Prepares the operation by reading a character from the user, escapes the " current operator-pending mode and then crafts a new command using the private- " scoped (strf-post) command. -- cgit