diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2024-02-26 11:39:44 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2024-02-26 11:39:44 -0700 |
commit | aba4c0888266472f22f5ca2615346464f0965e36 (patch) | |
tree | befb4e7960769f9d7cb4a83cdd1eeaead9a6752a | |
parent | dc8466b027ed44891a47251e71ff213f45de1e37 (diff) | |
download | fieldmarshal.vim-aba4c0888266472f22f5ca2615346464f0965e36.tar.gz fieldmarshal.vim-aba4c0888266472f22f5ca2615346464f0965e36.tar.bz2 fieldmarshal.vim-aba4c0888266472f22f5ca2615346464f0965e36.zip |
Remove <m-t> binding from supert
-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. |