diff options
-rw-r--r-- | plugin/supert.vim | 4 |
1 files changed, 0 insertions, 4 deletions
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 <M-t> - \ <cmd>call <sid>getchar() - \ <bar>call <sid>do_search('t', '')<cr> - " 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 <plug>(strf-post) command. |