diff options
-rw-r--r-- | plugin/subwords.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/subwords.vim b/plugin/subwords.vim index bab15cf..163f97d 100644 --- a/plugin/subwords.vim +++ b/plugin/subwords.vim @@ -85,6 +85,8 @@ if g:subwords_include_bindings noremap <expr> <silent> t <SID>clear_subword_mark() . "t" noremap <expr> <silent> f <SID>clear_subword_mark() . "f" + noremap <expr> <silent> T <SID>clear_subword_mark() . "T" + noremap <expr> <silent> F <SID>clear_subword_mark() . "F" endif " Return the type of meta-word (i.e. camelCase, snake_case). If |