Skip to content

Commit

Permalink
add about <Plug>(clever-f-reset)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 27, 2014
1 parent af7554f commit 1ffa96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## INTRODUCTION [![Build Status](https://travis-ci.org/rhysd/clever-f.vim.png?branch=master)](https://travis-ci.org/rhysd/clever-f.vim)

clever-f.vim extends `f`, `F`, `t` and `T` mappings for more convenience. Instead of `;`, `f` is available to repeat after you type `f{char}` or `F{char}`. `F` after `f{char}` and `F{char}` is also available to undo a jump. `t{char}` and `T{char}` are ditto. This extension makes a repeat easier and makes you forget the existence of `;`. You can use `;` for other key mapping.
clever-f.vim extends `f`, `F`, `t` and `T` mappings for more convenience. Instead of `;`, `f` is available to repeat after you type `f{char}` or `F{char}`. `F` after `f{char}` and `F{char}` is also available to undo a jump. `t{char}` and `T{char}` are ditto. This extension makes a repeat easier and makes you forget the existence of `;`. You can use `;` for other key mapping. If you want to reset the searching character without moving cursor, map `<Plug>(clever-f-reset)` to your favorite key.
In addition, you can customize a behavior of the mappings.


Expand Down

0 comments on commit 1ffa96c

Please sign in to comment.